polyglot
polyglot copied to clipboard
Multilingual text (NLP) processing toolkit
Hi, I'm trying to work out why this doesn't want to play ball. I'm running with: `polyglot detect --input test.txt` This is the contents of test.txt: [test.txt](https://github.com/aboSamoor/polyglot/files/5615730/test.txt) Looking at their...
It would be great if `Text()` accepted pretokenized input (e.g. a list of tokens or list of sentences, where each sentence is a string or a list of tokens). This...
Hi, I'm trying to install a private python module with command: "pip install . -i "private url" " I had this error: ` Command "python setup.py egg_info" failed with error...
Hi. Thanks for great library. It's very handy and simple. I want to enrich persian ner model by adding new dataset to it ( [this valuable dataset](https://github.com/Text-Mining/Persian-NER) ). Is it...
Traceback (most recent call last): File "D:/Sentiment/sentiment/SentimentDemo.py", line 2, in from polyglot.text import Text,Word File "C:\Python36\lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\text.py", line 11, in from polyglot.detect import Detector, Language File "C:\Python36\lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\detect\__init__.py", line 1, in from...
https://github.com/aboSamoor/polyglot/blob/d0d2aa8d06cec4e03bd96618ae960030f7069a17/polyglot/downloader.py#L951
Function was missing 'self' argument
I am working in conda environment, Windows 10 64 bit, and keep getting index error while quering the download manager: ``` downloader.download("TASK:transliteration2", quiet=True) Traceback (most recent call last): File "",...
Hi, thanks for reading my comments. When I run python in script, how to ignore this alarm message, I added "warnings.filterwarnings ('ignore')", but it didn't work.