如何安装fasttext
以下是在Linux环境下安装fasttext的步骤:
- 安装git
sudo apt-get install git
- 克隆fasttext仓库
git clone https://github.com/facebookresearch/fastText.git
- 进入fasttext目录
cd fastText
- 编译fasttext
sudo make
- 安装fasttext
sudo make install
- 测试fasttext是否安装成功
fasttext
如果成功安装,将看到fasttext的使用说明。
原文地址: https://www.cveoy.top/t/topic/eqOK 著作权归作者所有。请勿转载和采集!