-
Hi, I want to call Java library about NLP from Rust side.
The original Java code is this
``` String[] annotators = {"wseg", "pos", "ner", "parse"};
VnCoreNLP pipeline = new VnCoreNLP(anno…
-
Log https://jitpack.io/com/github/vncorenlp/VnCoreNLP/master-59fd361c29-1/build.log
I see the pom.xml
Why you cannot build ?
-
After cloning the repo, I tried to run `vncorenlp -Xmx2g -p 9000 -a "wseg,pos,ner,parse"` and it gave me the following error
`
2020-06-30 22.26.18 INFO VnCoreNLPServer - Using annotators: wseg, p…
-
![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…
-
Em để ý tên người (**lowercased**) mà chứa các từ thành phần có nghĩa thì không thể tokenize đúng cả tên được. Ví dụ như sau:
```
text = 'Á hậu trương mỹ nhân lấn sân điện ảnh'
uts.word_tokenize(t…
-
I want to add new word to tokenizer
Example: FIS Bank -> FIS_Bank
Are you show me train VnCoreNLP?
Thank you
-
Dear authors,
If this app use with flask or any other application with sensitive with working dir, it will appear errors, because you use os.chdir in __init__ and annotate_file function.
Just u…
-
where is the marmot.jar?
-
I want to know tokenizer used to preprocess data to train viT5 (vncorenlp, underthesea,...), Thanks guys !
-
- `mvn clean`
- `mvn install`