the version of python is 3.6 I tried to execute my code but, there are still some errors as below:
Traceback (most recent call last):
File "C:\Users\tmdgu\Desktop\NLP-master1\NLP-master\Ontology_Construction.py", line 55, in , binary=True)
File "E:\Program Files\Python\Python35-32\lib\site-packages\gensim\models\word2vec.py", line 1282, in load_word2vec_format raise DeprecationWarning("Deprecated. Use gensim.models.KeyedVectors.load_word2vec_format instead.")
DeprecationWarning: Deprecated. Use gensim.models.KeyedVectors.load_word2vec_format instead.
how to fix the code? or is the path to data wrong?