Clustering for database of texts
Mary61
New Altair Community Member
Hi , i have the same problem and thank you for your answer. i also have a text and by "process document " i separated each text to words. i have 100 texts i need to do classification. Anyone can tell me how i can choose one word for each row as a
class, so i can use the clustering operator.
0
Answers
-
You don't need to select only one word to do clustering. The point of clustering is to operate in multi-dimensional space. Just create your word vectors using text processing and then use an algorithm like k-means to separate your documents into clusters based on overall similarity.0