🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

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

User: "Vineet"
New Altair Community Member
Updated by Jocelyn
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?

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "MariusHelf"
    New Altair Community Member
    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
    User: "Vineet"
    New Altair Community Member
    OP
    Thanks a Lot Marius!
    User: "Vineet"
    New Altair Community Member
    OP
    But is there any other way to do it at all??