eabdullin / Word2Vec.Net

implementation Word2Vec for .Net framework
Other
126 stars 41 forks source link

How do I build this code? #7

Open sujaykr93 opened 8 years ago

sujaykr93 commented 8 years ago

I have set Word2Vec Test as startup project and it is generating a null pointer exception. How do I use the code to run it smoothly?

eabdullin commented 8 years ago

@sujaykr93 ,hi. First, you have to train vectors and save to binary file. In case to do it, please, see #8. So that, oy can use Wor2VecTest app. Choose your bin file and enjoy with you vectors :)