You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's lots of false positives/negatives because the underlying NLP engine isn't that great.
Adopting https://stanfordnlp.github.io/CoreNLP/ might be an attractive alternative. By default, this plugin could possibly use the existing http://corenlp.run demo server, but allow for a different server via an environment variable.
Deploying your own CoreNLP server with docker is pretty straightforward.
The text was updated successfully, but these errors were encountered:
There's lots of false positives/negatives because the underlying NLP engine isn't that great.
Adopting https://stanfordnlp.github.io/CoreNLP/ might be an attractive alternative. By default, this plugin could possibly use the existing
http://corenlp.run
demo server, but allow for a different server via an environment variable.Deploying your own CoreNLP server with docker is pretty straightforward.
The text was updated successfully, but these errors were encountered: