Clustering of Words

2015-11-09 Thread pradhandeep
does not have an inverse. Does anyone know how to get back the words from the clusters? Thank You Regards, Deep -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Clustering-of-Words-tp25328.html Sent from the Apache Spark User List mailing list archive

Clustering of Words

2015-11-08 Thread Deep Pradhan
Hi, I am trying to cluster words of some articles. I used TFIDF and Word2Vec in Spark to get the vector for each word and I used KMeans to cluster the words. Now, is there any way to get back the words from the vectors? I want to know what words are there in each cluster. I am aware that TFIDF