-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to pull polyglot files #1
Comments
facing same issue |
Help me add 14 line in nlpserver.py you project: app.config['JSON_AS_ASCII'] = False The line will give the Server opportunity worked with any Languages. |
I too can't do it. You need install pip3 and pip. After you must do and only then polyglot download LANG=en Also try in Server LTS Ubuntu 18.04 (in Ubuntu 16.04 - don't worked ...): git clone https://github.com/web64/nlpserver.git apt install pkg-config polyglot download LANG:en In the file nlpserver.py you must adding 14 line "app.config['JSON_AS_ASCII'] = False" and reboot you computer :) |
Hello, developments! |
Thank you so much, lots of love, I reboot the system. It'll be working fine now. |
Solution for me: Don't run |
This installs a different polyglot library. The documentation needs to be updated to specify: |
polyglot download LANG:en
tellusererror POLYGLOT: main(): Can't open config file "polyglot.ini": No such file or directory
OR
polyglot
tellusererror POLYGLOT: pipex_open(): execvp(): ../nlpserver: Permission denied
I made polyglot.ini file in root directory and run command which give me following error
tellusererror POLYGLOT: pipex_open(): execvp(): ../nlpserver: Permission denied
polyglot.ini file
Help plz!
The text was updated successfully, but these errors were encountered: