facebookresearch / MUSE

A library for Multilingual Unsupervised or Supervised word Embeddings
Other
3.18k stars 544 forks source link

fastText library is now called 'fasttext' #145

Open bahleg opened 4 years ago

bahleg commented 4 years ago

Hi!

Python module for fastText is now called 'fasttext', see https://fasttext.cc/blog/2019/06/25/blog-post.html

The load_fasttext_model function should be updated. (https://github.com/facebookresearch/MUSE/blob/master/src/utils.py#L71)

anrizal commented 4 years ago

I made pull request here https://github.com/facebookresearch/MUSE/pull/153 . Lets wait until they accept it