Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 421 Bytes

A SuperVised Extension of Word2Vec Algorithm


a.) Implemented on top of gensim 0.12

b.) Supports Cythonic Version

c.) Word2Vec_Supervised will give word2vec model + categories

d.) The input expects an extra parameter called label_dict .

e.) More details can be found on test_word2vec_supervised.py

f.) To Install , extract and run ( python setup.py install ).