facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.95k stars 4.72k forks source link

word vector #693

Open charlesfufu opened 5 years ago

charlesfufu commented 5 years ago

if i just want to get the vector of word. can i don't write the 'label" message in input.txt ?

a11apurva commented 5 years ago

@charlesfufu I am not very sure what you are asking.

But, after your training completes (supervised/unsupervised) you can see vector for individual words in the model_name.vec file created.

Let me know if this is what you wanted to know.

MShivaG commented 5 years ago

I am using fasttext for converting word to vector to use it in my translation model. My model is predicting a value (say vector) how can I convert this back into a corresponding word