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

how to process text clustering in rapidminer

konstantinkonstantin Member Posts: 1 Learner III
edited August 2019 in Help
Hello. Could you suggest me how to process text clustering in rapidminer. I saw video tutorial but it was about text classification , and i need text clustering. Where can i read detail information for my purpose ?
and slightly offtop question . i need work with russian texts , but rapidminer doesn't have stemming and stop words for russian language. Do you know where can i get russian stemming and stopwords

Answers

  • venkateshvenkatesh Member Posts: 15 Contributor II
    You can create a TF-IDF dataset out of your text and apply any normal clustering algorithm such as kmeans, hierarchical clustering on it.
Sign In or Register to comment.