dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
850 stars 135 forks source link

Can I use text2vec for Supervised classification? #284

Closed PriyankaS1489 closed 5 years ago

dselivanov commented 5 years ago

yes

PriyankaS1489 commented 5 years ago

Can you please help me in the steps? I have come up to text vec word vec collocations. Now I do an LSA but how do I do them on my specific categories I have. I have email contents which needs to route into 12 departments. I have a data which is already classified which can be used to train. Can you guide me please

PriyankaS1489 commented 5 years ago

I am looking for a quick solution. We opted for text2vec as we ran into memory issues.