Hi,
I am trying to use your implementation of Word2Vec to generate features for my text.
My Corpus is in arabic.
When running Word2VecExamples on the file containing the sentences all the words won't be recognized and will be displayed as a sequence of "?".
Even in the generated model, I get the same issue:
{"1":{"lst":["str",666,"","??","??","???","????","?",",","??","??","..","??","??"
First, how could I fix this problem ?
Then, how to interpret the content of the generated model file ?
Thank for your help :)
Hi,
I am trying to use your implementation of Word2Vec to generate features for my text.
My Corpus is in arabic.
When running Word2VecExamples on the file containing the sentences all the words won't be recognized and will be displayed as a sequence of "?".
Even in the generated model, I get the same issue:
First, how could I fix this problem ?
Then, how to interpret the content of the generated model file ?
Thank for your help :)