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

how to start #5

Open hawk977 opened 7 years ago

hawk977 commented 7 years ago

Hi mr. zhongkaifu,

may you tell me how to start training word. When i am opening the visual studios project i can debug it or use the .exe, but how i gonna go to use it? I want to get vectors of some words. Unfortunately i do not know how to build a corpus or doing a training after that.

greets

zhongkaifu commented 7 years ago

You could visit "release" page and download demo package. The package will show you how corpus looks like and how to train a model and test it.