D2KLab / entity2vec

Generates a set of property-specific entity embeddings from knowledge graphs using node2vec
Apache License 2.0
77 stars 24 forks source link

FIX: Use fixed version of gensim #6

Closed nheist closed 3 years ago

nheist commented 3 years ago

Set version of gensim to 3.8.3 or smaller in order to avoid breaking changes (like, for instance, the change of size to vector_size in Word2Vec)