NLPbox / stanford-corenlp-docker

build/run the most current Stanford CoreNLP server in a docker container
43 stars 32 forks source link

Added MAXIMUM_CHARACTER_LENGTH environment variable #4

Closed JohZant closed 2 years ago

JohZant commented 3 years ago

Added the MAXIMUM_CHARACTER_LENGTH environment variable to adjust the maximum amount of characters that the CoreNLP server will take at one time.

Updated README.md to reflect the update.