Find more posts tagged with
Sort by:
1 - 3 of
31

Hi,
sounds like word2vec? Please check: https://community.rapidminer.com/discussion/52507/synonym-detection-with-word2vec
Best,
Martin
I don't believe there is any built-in operator or extension that would allow synonym analysis within the TF-IDF framework. You would have to do something manual by using token replacement and a dictionary of synonyms. I agree that Word2Vec is typically the better approach if you are looking for semantic similarity as the basis of your analysis.
Sort by:
1 - 1 of
11
I don't believe there is any built-in operator or extension that would allow synonym analysis within the TF-IDF framework. You would have to do something manual by using token replacement and a dictionary of synonyms. I agree that Word2Vec is typically the better approach if you are looking for semantic similarity as the basis of your analysis.