The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

[SOLVED] Need to extract tokens/words based on a wordlist

VineetVineet Member Posts: 16 Contributor II
edited September 2019 in Help
Hello,
I am using Process documents from files operator.
Is there any way to extract the tokens which match one of the words in the list of words in a wordlist?

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi, sorry, that is not easily possible. You can only remove words that are part of a list via Filter Stopwords (Dictionary), or use regular expressions to filter token with Filter Tokens (by Content).

    Best regards,
    Marius
  • VineetVineet Member Posts: 16 Contributor II
    Thanks a Lot Marius!
  • VineetVineet Member Posts: 16 Contributor II
    But is there any other way to do it at all??
Sign In or Register to comment.