commonsense / conceptnet-numberbatch

Other
1.28k stars 143 forks source link

Predict output word #49

Open rafis opened 6 years ago

rafis commented 6 years ago

I need given the context to predict the output word like gensim.models.word2vec.Word2Vec.predict_output_word. How I can achieve this using ConceptNet Numberbatch?

I can load ConceptNet Numberbatch word embeddings only with KeyedVectors.load_word2vec_format, so it doesn't have predict_output_word method.