-
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(s…
-
Hi, I ran your code with 1000 samples from a list of texts (`texts`)
```
from vncorenlp import VnCoreNLP
annotator = VnCoreNLP('http://localhost', 8000)
times = 1000
start = time.time()
for i in…
-
Hi,
I am facing an issue with the VnCoreNLP server (the Java server) when I create multiple requests using goroutines. It would be great if you could please take a look:
**ERROR VnCoreNLPServer …
alg0s updated
4 years ago
-
I followed all steps in the instruction for python users and i got the problem like this when i tried to create the model:
**[/usr/local/lib/python3.7/dist-packages/py_vncorenlp/vncorenlp.py](https…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
![image](https://user-images.githubusercontent.com/114068499/231826464-88578898-f65d-4237-8ea0-8258879fbd10.png)
I thought I downloaded the VnCoreNLP model with the code line 5 in my python file? How…
-
Mình đã làm theo hướng dẫn của tác giả, nhưng khi chạy đến đoạn:
`annotator = VnCoreNLP(address="http://127.0.0.1", port=9000)`
thì mình không thể chạy tiếp được, code bị treo ngay chỗ này.
Mìn…
-
I got this problem when tokenizing data using vncorenlp python, and it work fine until it reach 1 of the line in the data file.
`org.eclipse.jetty.http.BadMessageException: 400: Unable to parse for…
-
Chào cả nhà,
Khi sử dụng thư viện underthesea, em gặp phải lỗi
`ImportError: cannot import name 'word_tokenize'`
Môi trường sử dụng:
- Ubuntu 18.04
- Python 3.6.9 64 bit (trên hệ điều hành có th…
-
Hey man, nice work! Just for you to double check the file **_VnCoreNLPServer.jar_** is probably corrupted.
alg0s updated
4 years ago