polyglot
polyglot copied to clipboard
Multilingual text (NLP) processing toolkit
updated to a dynamic installation of 'futures' based on current Python version of user environment from Setup file. Removed from 'requirements.txt'
Why the list of supported languages available [here](https://polyglot.readthedocs.io/en/latest/Detection.html) contains repeated entries?
Hello, I try many word on arabic languages, it detects as not arabic word for the arabic part. For example: ` مسجد التقوى - رين Mosquée Attaqwa - Rennes` Thank...
Hello, I am trying to get run polyglot in AWS lambda and there is read only filesystem for /home. I tried to set env POLYGLOT_DATA_PATH to /root/polyglot_data but it doesn't...
We are planning to use this library in our application which is licensed under GNU General Public License v3.0 causing me a risk of license.We are not doing any modifications...
After installing `polyglot` from source with `pip install -U git+https://github.com/aboSamoor/polyglot.git@master` I can't download models via CLI nor using the python library: ``` >>> polyglot download Polyglot Downloader --------------------------------------------------------------------------- d) Download...
Instead of some words, the function returns an empty string, such as "**o'clock**" or "**Straße**". And even writing "**Strasse**" the function returns as "**страссе**" when it should be "**Штрасэ**"; or...
[Polyglot](https://github.com/aboSamoor/polyglot) seems not to build with pip version 24.1 and above. It works with version 24.0... I narrowed down the problem to this nested function within pip: [untar_file/pip_filter](https://github.com/pypa/pip/blob/47ffcdd61d47c8fddbd09675a3c260b30f84ef39/src/pip/_internal/utils/unpacking.py#L193). I haven't...