bwg.corenlp_server_tasks

Using CoreNLP Server tasks

To use CoreNLP Server tasks, appropriate Stanford NLP models are also required. For french, those are downloaded from a MAJ // Digital server when docker-compose.yml is called.

In case you are running the project on a non-french corpus, you can adjust the command that runs the server in its corresponding dockerfile at backend/data/stanford/Dockerfile to fit the current language. Do this by adjusting the -serverProperties argument appropriately (consult the official documentation for more help).

Module contents