Skip to content

Commit fa8e36d

Browse files
committed
update to 4.3.0
1 parent 83e259c commit fa8e36d

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ At present, [the current released version of the code](https://stanfordnlp.githu
3838
#### Build with Maven
3939

4040
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`
4242
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.
4343
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`
4444

@@ -52,13 +52,15 @@ models jar.
5252

5353
| Language | Model Jar | Last Updated |
5454
| --- | --- | --- |
55-
| Arabic | [download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-arabic.jar) [(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.2.2-models-arabic.jar) | 4.2.2 |
56-
| 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 |
61-
| Spanish | [download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-spanish.jar) [(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.2.2-models-spanish.jar) | 4.2.2 |
55+
| Arabic | [download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-arabic.jar) [(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-arabic.jar) | 4.3.0 |
56+
| 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 |
61+
| Hungarian | [download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-hungarian.jar) [(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-hungarian.jar) | 4.3.0 |
62+
| 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 |
63+
| Spanish | [download](https://huggingface.co/stanfordnlp/CoreNLP/resolve/main/stanford-corenlp-models-spanish.jar) [(mirror)](https://nlp.stanford.edu/software/stanford-corenlp-4.3.0-models-spanish.jar) | 4.3.0 |
6264

6365
Thank you to [HuggingFace](https://huggingface.co/) for helping with our hosting!
6466

0 commit comments

Comments
 (0)