You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe you can add an option when lauching the script.
unicode_error= '....'
You can define this variable when loading the model thanks gensim. To avoid editing the script, maybe you can offer the possibility to the user to add this option.
Line of code :
model = models.Word2Vec.load_word2vec_format(inputfile, binary=$binary, unicode_errors=$error)
(with true variables)
without it, i've some errors with my model.
Thanks a lot for you work.
Bye ;)
The text was updated successfully, but these errors were encountered:
Hi !
Maybe you can add an option when lauching the script.
unicode_error= '....'
You can define this variable when loading the model thanks gensim. To avoid editing the script, maybe you can offer the possibility to the user to add this option.
Line of code :
without it, i've some errors with my model.
Thanks a lot for you work.
Bye ;)
The text was updated successfully, but these errors were encountered: