Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Qi <qipeng@users.noreply.github.com>2020-04-30 23:20:28 +0300
committerGitHub <noreply@github.com>2020-04-30 23:20:28 +0300
commit82afe7fbfe51f30c878959f65909a6cc64ee14ab (patch)
tree8e1b41783a3527bdecfc5d0256904a6d22057bfa /README.md
parent3604c671ef135beb278888d0bba77a6f07ffc08d (diff)
Update README.md to new CoreNLP version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5aa53ba7..d7f6f92e 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ There are a few initial setup steps.
* Download [Stanford CoreNLP](https://stanfordnlp.github.io/CoreNLP/) and models for the language you wish to use
* Put the model jars in the distribution folder
-* Tell the Python code where Stanford CoreNLP is located by setting the `CORENLP_HOME` environment variable (e.g., in *nix): `export CORENLP_HOME=/path/to/stanford-corenlp-full-2018-10-05`
+* Tell the Python code where Stanford CoreNLP is located by setting the `CORENLP_HOME` environment variable (e.g., in *nix): `export CORENLP_HOME=/path/to/stanford-corenlp-full-2020-04-20`
We provide [comprehensive examples](https://stanfordnlp.github.io/stanza/corenlp_client.html) in our documentation that show how one can use CoreNLP through Stanza and extract various annotations from it.