You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipeline/test_tokenizer.py::test_jieba
/home/otakutyrant/Projects/stanza/.venv/lib/python3.12/site-packages/jieba/_compat.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/
pkg_resources.html
import pkg_resources
This warning is caused by jieba from stanza/pipeline/external/jieba.py, but jieba has been unmaintained for five years. So I will make a PR to suppress the warning.
The text was updated successfully, but these errors were encountered:
There is a DeprecationWarning in tests:
This warning is caused by jieba from
stanza/pipeline/external/jieba.py
, but jieba has been unmaintained for five years. So I will make a PR to suppress the warning.The text was updated successfully, but these errors were encountered: