zhongkaifu / Txt2Vec

Txt2Vec is a toolkit to represent text by vector. It's based on Google's word2vec project, but with some new features, such incremental training, model vector and so on.
BSD 3-Clause "New" or "Revised" License
68 stars 30 forks source link

Txt format #1

Open kvasnyj opened 8 years ago

kvasnyj commented 8 years ago

Hi! Is it possible to use txt model in distance mode?

zhongkaifu commented 8 years ago

Yes. You can use following command to run distance mode by using txt model:

Txt2VecConsole.exe -mode distance -modelfile model.bin -maxword 70 -txtmodel 1