>>> dictionary.save('/tmp/deerwester.dict') # store the dictionary, for future reference >>> print(dictionary) Dictionary(12 unique tokens)
i have this error : rom ._ufuncs import (ellipkm1, mathieu_a, mathieu_b, iv, jv, gamma, psi, zeta,ImportError: DLL load failed: Le module spécifié est introuvable.
I'm using winpython 3.5 with spyder. Numpy is 1.11.3 ; scipy is 0.19.1 and six is >= 1.5.0I couldn't install gensim, i tried with this : https://github.com/RaRe-Technologies/gensim/blob/develop/setup.py#L290I launch it and I had : typeError: chown() missing 1 required positional argument: 'numeric_owner'
pip install --upgrade setuptools
pip install . # in gensim root folder
--
You received this message because you are subscribed to a topic in the Google Groups "gensim" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gensim/BWHzqGjgz3U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gensim+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to gensim+un...@googlegroups.com.
model
=
Word2Vec.load_word2vec_format(
'enwik9.txt'
, binary
=
False
)
==> 'Word2Vec' is not defined.
When i have downloaded enwik9.zip. what have I to do ?
Thank you a lot for your help
To unsubscribe from this group and all its topics, send an email to gensim+unsubscribe@googlegroups.com.