window上安装fasttext

shift + 右键
进入当whl文件所在的文件夹下,然后

Pip install fasttext-0.8.3-cp36-cp36m-win_amd64.whl
https://www.lfd.uci.edu/~gohlke/pythonlibs/#fasttext

fastText实现方法
import fastText.FastText as ff
from gensim.models import FastText
https://www.cnblogs.com/gaofighting/p/9552821.html

你可能感兴趣的:(机器学习)