File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ install:
9
9
# download models (see `README.md`)
10
10
- wget http://nlp.stanford.edu/software/stanford-corenlp-models-current.jar
11
11
- wget http://nlp.stanford.edu/software/stanford-english-corenlp-models-current.jar
12
- - mvn install:install-file -Dfile=stanford-corenlp-models-current.jar -DgroupId=edu.stanford.nlp -DartifactId=stanford-corenlp -Dversion=3.9.1 -Dclassifier=models -Dpackaging=jar
13
- - mvn install:install-file -Dfile=stanford-english-corenlp-models-current.jar -DgroupId=edu.stanford.nlp -DartifactId=stanford-corenlp -Dversion=3.9.1 -Dclassifier=models-english -Dpackaging=jar
12
+ - 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
13
+ - 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
14
14
15
- - mv stanford-corenlp-models-current.jar stanford-corenlp-3.9.1 -models.jar
15
+ - mv stanford-corenlp-models-current.jar stanford-corenlp-3.9.2 -models.jar
16
16
# necessary for `mvn install`
17
17
18
18
script :
You can’t perform that action at this time.
0 commit comments