Our repository is based on this approach. In this work, we focus on building a website to interact with the retrieval system easily. All information about training and evaluation, you can find in this repository we mentioned above.
This system contains 2 steps:
git clone https://github.com/vncorenlp/VnCoreNLP.git vncorenlp_data
# for vncorebnlp tokenize lib
Config your mongo database in web/config/db.env.copy
by cp web/config/db.env.copy web/config/db.env
then fill the file with the information as you want to.
Run the service using docker-compose:
docker-compose --env-file=web/config/db.env up --build
Note:
docker-compose.yml
.