File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ install:
1010# download models (see `README.md`)
1111- wget http://nlp.stanford.edu/software/stanford-corenlp-models-current.jar
1212- wget http://nlp.stanford.edu/software/stanford-english-corenlp-models-current.jar
13- - mvn install:install-file -Dfile=stanford-corenlp-models-current.jar -DgroupId=edu.stanford.nlp -DartifactId=stanford-corenlp -Dversion=3.9.2 -Dclassifier=models -Dpackaging=jar
14- - mvn install:install-file -Dfile=stanford-english-corenlp-models-current.jar -DgroupId=edu.stanford.nlp -DartifactId=stanford-corenlp -Dversion=3.9.2 -Dclassifier=models-english -Dpackaging=jar
13+ - mvn install:install-file -Dfile=stanford-corenlp-models-current.jar -DgroupId=edu.stanford.nlp -DartifactId=stanford-corenlp -Dversion=4.0.0 -Dclassifier=models -Dpackaging=jar
14+ - mvn install:install-file -Dfile=stanford-english-corenlp-models-current.jar -DgroupId=edu.stanford.nlp -DartifactId=stanford-corenlp -Dversion=4.0.0 -Dclassifier=models-english -Dpackaging=jar
1515
16- - mv stanford-corenlp-models-current.jar stanford-corenlp-3.9.2 -models.jar
16+ - mv stanford-corenlp-models-current.jar stanford-corenlp-4.0.0 -models.jar
1717# necessary for `mvn install`
1818
1919script :
You can’t perform that action at this time.
0 commit comments