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 similarity"
Hello,
In my project i have to analyze similarity between text files and a file which contains list of words.
Does anyone know how to model this? I’ve tried it with 'Cross Distance Operator' but it doesn't work somehow.
Thanks
In my project i have to analyze similarity between text files and a file which contains list of words.
Does anyone know how to model this? I’ve tried it with 'Cross Distance Operator' but it doesn't work somehow.
Thanks
Tagged:
0
Answers
Read the word list using a Process Documents Operator with an inner Tokenize operator. Then forward the resulting word list to another Process Documents Operator with an inner Tokenize operator that processes all the text files. You can finally connect both outcoming examplesets with the cross distance operator and select cosine similarity, since it is most appropriate for this.
Good Luck!
Greetings,
Sebastian
if you compare two identical vectors, a distance of zero is something that I would expect...
Greetings,
Sebastian