-
Hey guys, thanks for the amazing work! I'm using the python wrapper of this project and currently having some trouble using NER. If I only use wseg and pos tagger, then it works fine, but once I added…
-
I've got the timed out error while trying to run with these annotators="wseg,pos,ner,parse"
If I set the annotators="wseg", it runs fine.
![image](https://user-images.githubusercontent.com/1951118…
-
Please, tell me understand contrapro.json, how to generate this file? Because i refer use your tool to evaluation for another language (ex: en-vi)
Thank you!
-
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
-
I followed the installation instructions in the "Using VnCoreNLP's word segmenter to pre-process input raw texts" section and then could not start the server.
It turned out that the `wordsegmenter.rd…
-
Using this code
```
from vncorenlp import VnCoreNLP
rdrsegmenter = VnCoreNLP("/Absolute-path-to/vncorenlp/VnCoreNLP-1.1.1.jar", annotators="wseg", max_heap_size='-Xmx500m')
```
and get error
…
-
Input string: Về ca chỉ điểm ổ dịch Covid-19 tại quán bar Buddha là bệnh nhân 91 (phi công Vietnam Airlines). Hiện, bệnh nhân đang được điều trị tại Bệnh viện Bệnh nhiệt đới TP.HCM. Tình trạng bệnh nh…
-
I'm trying to use VnCoreNLP for multiple requests purpose.
Supposed I got something like this:
String[] annotators = {"wseg", "pos", "ner", "parse"};
pipeline = new VnCoreNLP(an…