"text mining: how to treat different words as synonyms? [SOLVED]"

Wouter
Wouter New Altair Community Member
edited November 5 in Community Q&A
Hello everyone,

Is there a way for words to be treated as synonyms during indexing and when computing results?
For example, you could combine the words "job", "labour" and "work" as synonyms, and count each as a reference to employment.

Thanks in advance!

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    Hi,

    you can use the Replace Tokens operator and define rules to replace job, labour and work by employment. If you want to load the dictionary from an external text file, please use Stem (Dictionary). Don't be misled by the name, it basically just replaces terms.

    Best, Marius
  • Wouter
    Wouter New Altair Community Member
    Thanks a lot, Marius