1

我已经在 ubuntu 系统中使用安装了 polyglot

sudo apt-get install polyglot

还安装了依赖项

sudo apt-get install -y libicu-dev python3-pip

当我在控制台中运行 polyglot 命令时

polyglot polyglot.ini download LANG:en

给我以下错误

tellusererror POLYGLOT: pipex_open(): execvp(): /home/userxxx/Projects/nlp_server/nlpserver: Permission denied

nlpserver 文件夹的权限为 777

请帮忙!

4

1 回答 1

1
pip install -U git+https://github.com/aboSamoor/polyglot.git@master

使用此命令安装 polyglot 并开始工作。

https://polyglot.readthedocs.io/en/latest/Installation.html
于 2019-07-29T10:17:24.277 回答