aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.31k stars 337 forks source link

polyglot/detect/base.py:84: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats #219

Open RCoeurjoly opened 4 years ago

RCoeurjoly commented 4 years ago

I get the following warning in python 3.8:

polyglot/detect/base.py:84: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats reliable, index, top_3_choices = cld2.detect(t, bestEffort=False)

Any ideas how to fix it?