how to process text clustering in rapidminer
konstantin
New Altair Community Member
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
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
Tagged:
0
Answers
-
You can create a TF-IDF dataset out of your text and apply any normal clustering algorithm such as kmeans, hierarchical clustering on it.0