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
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ At present, [the current released version of the code](https://stanfordnlp.githu
38
38
#### Build with Maven
39
39
40
40
1. Make sure you have Maven installed, details here: [https://maven.apache.org/](https://maven.apache.org/)
41
-
2. If you run this command in the CoreNLP directory: `mvn package` , it should run the tests and build this jar file: `CoreNLP/target/stanford-corenlp-4.2.2.jar`
41
+
2. If you run this command in the CoreNLP directory: `mvn package` , it should run the tests and build this jar file: `CoreNLP/target/stanford-corenlp-4.3.0.jar`
42
42
3. When using the latest version of the code make sure to download the latest versions of the [corenlp-models](http://nlp.stanford.edu/software/stanford-corenlp-models-current.jar), [english-models](http://nlp.stanford.edu/software/stanford-english-corenlp-models-current.jar), and [english-models-kbp](http://nlp.stanford.edu/software/stanford-english-kbp-corenlp-models-current.jar) and include them in your CLASSPATH. If you are processing languages other than English, make sure to download the latest version of the models jar for the language you are interested in.
43
43
4. If you want to use Stanford CoreNLP as part of a Maven project you need to install the models jars into your Maven repository. Below is a sample command for installing the Spanish models jar. For other languages just change the language name in the command. To install `stanford-corenlp-models-current.jar` you will need to set `-Dclassifier=models`. Here is the sample command for Spanish: `mvn install:install-file -Dfile=/location/of/stanford-spanish-corenlp-models-current.jar -DgroupId=edu.stanford.nlp -DartifactId=stanford-corenlp -Dversion=4.2.2 -Dclassifier=models-spanish -Dpackaging=jar`
| Chinese |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-chinese.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.2.2-models-chinese.jar)| 4.2.2 |
57
-
| English (extra) |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-english-extra.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.2.2-models-english.jar)| 4.2.2 |
58
-
| English (KBP) |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-english-kbp.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.2.2-models-english-kbp.jar)| 4.2.2 |
59
-
| French |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-french.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.2.2-models-french.jar)| 4.2.2 |
60
-
| German |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-german.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.2.2-models-german.jar)| 4.2.2 |
| Chinese |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-chinese.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-chinese.jar)| 4.3.0 |
57
+
| English (extra) |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-english-extra.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-english.jar)| 4.3.0 |
58
+
| English (KBP) |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-english-kbp.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-english-kbp.jar)| 4.3.0 |
59
+
| French |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-french.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-french.jar)| 4.3.0 |
60
+
| German |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-german.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-german.jar)| 4.3.0 |
| Italian |[download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-italian.jar)[(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-italian.jar)| 4.3.0 |
0 commit comments