Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

[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.