VnCoreNLP
VnCoreNLP copied to clipboard
A Vietnamese natural language processing toolkit (NAACL 2018)
When calling the word_segment function from multiple threads, my service sometimes encounters the following exception: ``` "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 609, in result_iterator ││ yield fs.pop().result() ││ File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 446, in...
Hi, I'm currently running your code in my VSCode, and I came across this error: ``` Traceback (most recent call last): File "path\name\nlp.py", line 8, in model = py_vncorenlp.VnCoreNLP(save_dir='/models') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...