Hello to all
I have a thousand checking data
I want to use wor2vec instead of tfidf
I turn the sentences into vectors, and then I can cluster in according to the words that are out of word2vec.
This is my process
But in clustering, sentences extracted by word2vec are clustered. Not sentences
I want to cluster out what does not happen based on the words that word2vec has left
Can anyone correct the process?
Thanks a lot
