-
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, Have you ever measure metrics like Recall@1, Recall@100 accuracy in any information retrieval tasks before and compare the results to other Vietnamese tokenizing models, say, VnCoreNLP ?
In my …
-
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…
-
Mình gặp lỗi này khi build package, Hi vọng bạn có thể trả lời.
C:\Users\manhh\Desktop\solr-vn-tokenizer>mvn package
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encounte…
-
Cần cập nhật thêm kết quả thử nghiệm trong tập dữ liệu VLSP 2013, giống các thử nghiệm ở paper của VnCoreNLP
@Vietdung113 vào review hộ anh nhé
-
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 resu…
-
Em chào anh ạ! Em có một vài thắc mắc mong anh giải đáp.
1. Hiện tại em đã dựng 1 elasticsearch server (ver 8.12.1), việc cài đặt thêm lib có cần thiết phải setup lại từ đầu không và lib có hỗ trợ ph…
-
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…