Options

[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

  • Options
    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
  • Options
    VineetVineet Member Posts: 16 Contributor II
    Thanks a Lot Marius!
  • Options
    VineetVineet Member Posts: 16 Contributor II
    But is there any other way to do it at all??
Sign In or Register to comment.