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
"text mining: how to treat different words as synonyms? [SOLVED]"
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!
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!
Tagged:
0
Answers
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