lingvisa
lingvisa
We also just encountered the same issue and downgraded gevent to solve it. Hopefully future versions of spacy will take this into consideration, as it seems important when it comes...
Yes. That also could be an option, I suggested either upgrading python to 3.7, or downgrading gevent, and my colleague chose to do the 2nd, and it worked. Python 3.9...
That's good to know and won't be a concern any more. Thanks.
gevent==1.4 gunicorn==20.1.0
Hi, Is this feature has been implemented yet? A common use case for this would be that, you want to create database based on a data model, where data model...
Hi, I have a similar question. If I want to check whether a string is an emoji or not, I tried: ``` def is_emoji(text): return text in emoji.UNICODE_EMOJI_ENGLISH ``` But...
That's awesome. Another question regarding the 'language' argument. Is emoji detection universal to all languages, or has something to do with a particular language? I tested the default English emoji...
I see and thanks.
Two more notes: 1) I used 'sudo py-spy top -- python wbnlp_api.py --native' to generate the 2nd screenshot and in the make_doc function, there are cython code. But report didn't...
没有吧,感觉已经很接近了。