Skip to content

Commit 4f41dde

Browse files
AngledLuffaStanford NLP
authored andcommitted
Update README doc for 4.0.0
1 parent 6157131 commit 4f41dde

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@ 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-3.9.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.0.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.
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=3.9.2 -Dclassifier=models-spanish -Dpackaging=jar`
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.0.0 -Dclassifier=models-spanish -Dpackaging=jar`
4444

4545
#### Latest Models
4646

4747
If using a build of the latest code, make sure to use the latest models as well.
4848

4949
| Language | Model Jar | Last Updated |
5050
| --- | --- | --- |
51-
| Arabic | [download](http://nlp.stanford.edu/software/stanford-arabic-corenlp-models-current.jar) | 3.9.2 |
52-
| English (default) | [download](http://nlp.stanford.edu/software/stanford-corenlp-models-current.jar) | 2019-07-29 |
53-
| English (full) | [download](http://nlp.stanford.edu/software/stanford-english-corenlp-models-current.jar) | 2019-07-29 |
54-
| English (kbp) | [download](http://nlp.stanford.edu/software/stanford-english-kbp-corenlp-models-current.jar) | 2019-07-29 |
55-
| Chinese | [download](http://nlp.stanford.edu/software/stanford-chinese-corenlp-models-current.jar) | 3.9.2 |
56-
| French | [download](http://nlp.stanford.edu/software/stanford-french-corenlp-models-current.jar) | 2019-08-28 |
57-
| German | [download](http://nlp.stanford.edu/software/stanford-german-corenlp-models-current.jar) | 2019-09-04 |
58-
| Spanish | [download](http://nlp.stanford.edu/software/stanford-spanish-corenlp-models-current.jar) | 2019-08-27 |
51+
| Arabic | [download](http://nlp.stanford.edu/software/stanford-arabic-corenlp-models-current.jar) | 4.0.0 |
52+
| English (default) | [download](http://nlp.stanford.edu/software/stanford-corenlp-models-current.jar) | 4.0.0 |
53+
| English (full) | [download](http://nlp.stanford.edu/software/stanford-english-corenlp-models-current.jar) | 4.0.0 |
54+
| English (kbp) | [download](http://nlp.stanford.edu/software/stanford-english-kbp-corenlp-models-current.jar) | 4.0.0 |
55+
| Chinese | [download](http://nlp.stanford.edu/software/stanford-chinese-corenlp-models-current.jar) | 4.0.0 |
56+
| French | [download](http://nlp.stanford.edu/software/stanford-french-corenlp-models-current.jar) | 4.0.0 |
57+
| German | [download](http://nlp.stanford.edu/software/stanford-german-corenlp-models-current.jar) | 4.0.0 |
58+
| Spanish | [download](http://nlp.stanford.edu/software/stanford-spanish-corenlp-models-current.jar) | 4.0.0 |
5959

6060
### Useful resources
6161

0 commit comments

Comments
 (0)