fasttext安装
https://github.com/facebookresearch/fastText 安装过程在官网上有详细说明,
1、只能在Linux 或 Mac os上使用
2、单独安装,或者作为Python包安装
注意:
1、Linux上安装fasttext时,如果用pip会报错,
ImportError: No module named Cython.Build
解决方案如下:
pip install Cython
pip install fasttext
https://github.com/facebookresearch/fastText 安装过程在官网上有详细说明,
1、只能在Linux 或 Mac os上使用
2、单独安装,或者作为Python包安装
注意:
1、Linux上安装fasttext时,如果用pip会报错,
ImportError: No module named Cython.Build
解决方案如下:
pip install Cython
pip install fasttext