How to find similar words with FastText?

前端 未结 5 1694
清酒与你
清酒与你 2021-02-08 18:41

I am playing around with FastText, https://pypi.python.org/pypi/fasttext,which is quite similar to Word2Vec. Since it seems to be a pretty new library

5条回答
  •  一整个雨季
    2021-02-08 19:20

    Use Gensim, load fastText trained .vec file with load.word2vec models and use most_similiar() method to find similar words!

提交回复
热议问题