Skip to content

Commit 44f8e79

Browse files
committed
4.2.0 updates
1 parent a7db8bc commit 44f8e79

File tree

15 files changed

+35
-16
lines changed

15 files changed

+35
-16
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
1212
compileJava.options.encoding = 'UTF-8'
1313

14-
version = '4.1.0'
14+
version = '4.2.0'
1515

1616
// Gradle application plugin
1717
mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP"

doc/classify/README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stanford Classifier v4.0.0 - 2020-05-10
1+
Stanford Classifier v4.2.0 - 2020-11-17
22
-------------------------------------------------
33

44
Copyright (c) 2003-2012 The Board of Trustees of
@@ -86,6 +86,8 @@ LICENSE
8686
CHANGES
8787
-------------------------
8888

89+
2020-11-17 4.2.0 Update for compatibility
90+
8991
2020-05-10 4.0.0 Update for compatibility
9092

9193
2018-10-16 3.9.2 Update for compatibility

doc/corenlp/README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ LICENSE
4141
CHANGES
4242
---------------------------------
4343

44+
2020-11-16 4.2.0 Bug fixes, Retrained English parser models
45+
with improved trees, Updated dependencies
46+
(ejml, junit, jflex), Speed up loading
47+
Wikidict annotator, New features for server
48+
handling of tokensregex and tregex requests,
49+
Release built directly from GitHub repo
50+
4451
2020-07-31 4.1.0 Improved server interface, improved memory
4552
usage of sutime, spanish tokenization upgrades
4653

doc/lexparser/README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stanford Lexicalized Parser v4.0.0 - 2020-05-22
1+
Stanford Lexicalized Parser v4.2.0 - 2020-11-17
22
-----------------------------------------------
33

44
Copyright (c) 2002-2020 The Board of Trustees of The Leland Stanford Junior
@@ -311,6 +311,8 @@ LICENSE
311311
CHANGES
312312
---------------------------------
313313

314+
2020-11-17 4.2.0 Retrain English models with treebank fixes
315+
314316
2020-05-22 4.0.0 Model tokenization updated to UDv2.0
315317

316318
2018-10-16 3.9.2 Update for compatibility

doc/lexparser/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>edu.stanford.nlp</groupId>
44
<artifactId>stanford-parser</artifactId>
5-
<version>4.0.0</version>
5+
<version>4.2.0</version>
66
<packaging>jar</packaging>
77
<name>Stanford Parser</name>
88
<description>Stanford Parser processes raw text in English, Chinese, German, Arabic, and French, and extracts constituency parse trees.</description>
@@ -14,8 +14,8 @@
1414
</license>
1515
</licenses>
1616
<scm>
17-
<url>http://nlp.stanford.edu/software/stanford-parser-4.0.0.zip</url>
18-
<connection>http://nlp.stanford.edu/software/stanford-parser-4.0.0.zip</connection>
17+
<url>http://nlp.stanford.edu/software/stanford-parser-4.2.0.zip</url>
18+
<connection>http://nlp.stanford.edu/software/stanford-parser-4.2.0.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -81,7 +81,7 @@
8181
<configuration>
8282
<artifacts>
8383
<artifact>
84-
<file>${project.basedir}/stanford-parser-4.0.0-models.jar</file>
84+
<file>${project.basedir}/stanford-parser-4.2.0-models.jar</file>
8585
<type>jar</type>
8686
<classifier>models</classifier>
8787
</artifact>

doc/ner/README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stanford NER - v4.0.0 - 2020-05-10
1+
Stanford NER - v4.2.0 - 2020-11-17
22
----------------------------------------------
33

44
This package provides a high-performance machine learning based named
@@ -233,6 +233,8 @@ PERSON ORGANIZATION LOCATION
233233
CHANGES
234234
--------------------
235235

236+
2020-11-17 4.2.0 Update for compatibility
237+
236238
2020-05-10 4.0.0 Update to UDv2.0 tokenization
237239

238240
2018-10-16 3.9.2 Update for compatibility

doc/segmenter/README-Arabic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stanford Arabic Segmenter - v4.0.0 - 2020-05-10
1+
Stanford Arabic Segmenter - v4.2.0 - 2020-11-17
22
--------------------------------------
33

44
(c) 2003-2020 The Board of Trustees of The Leland Stanford Junior University.

doc/segmenter/README-Chinese.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stanford Chinese Segmenter - v4.0.0 - 2020-05-10
1+
Stanford Chinese Segmenter - v4.2.0 - 2020-11-17
22
--------------------------------------------
33

44
(c) 2003-2020 The Board of Trustees of The Leland Stanford Junior University.

doc/segmenter/README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ LICENSE
3131
CHANGES
3232
------------------------------------
3333

34+
2020-11-17 4.2.0 Update for compatibility
35+
3436
2020-05-10 4.0.0 New Chinese segmenter trained off of CTB 9.0
3537

3638
2018-10-16 3.9.2 Update for compatibility

doc/tagger/README-Models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Stanford POS Tagger, v4.1.0 - 2020-08-06
1+
Stanford POS Tagger, v4.2.0 - 2020-11-17
22
Copyright (c) 2002-2020 The Board of Trustees of
33
The Leland Stanford Junior University. All Rights Reserved.
44

0 commit comments

Comments
 (0)