stanford-core-nlp
stanford-core-nlp copied to clipboard
Getting rid of "Adding annotator x" debug message?
Hi there,
is anyone aware of a possibility to run Stanford NLP a bit less verbose? Got a lot Adding annotator x on stderr that I'd rather not see...
What we did was specify a log file path, and then at least the logging is not in stdout/stderr, but it would be nice to make the logging optional.
Logging cannot be disabled completely due to the way BindIt interfaces with the JVM. The best alternative is to redirect to a file path for now: StanfordCoreNLP.log_file = 'log.txt'.
Please be patient, we are working on this issue!