Skip to content

Commit 2c39fe2

Browse files
committed
Add doc for the parser update
1 parent 6409c69 commit 2c39fe2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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.2.0 - 2020-11-17
1+
Stanford Lexicalized Parser v4.2.1 - 2021-05-05
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+
2021-05-05 4.2.1 Reduce size of srparser models
315+
314316
2020-11-17 4.2.0 Retrain English models with treebank fixes
315317

316318
2020-05-22 4.0.0 Model tokenization updated to UDv2.0

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.2.0</version>
5+
<version>4.2.1</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.2.0.zip</url>
18-
<connection>http://nlp.stanford.edu/software/stanford-parser-4.2.0.zip</connection>
17+
<url>http://nlp.stanford.edu/software/stanford-parser-4.2.1.zip</url>
18+
<connection>http://nlp.stanford.edu/software/stanford-parser-4.2.1.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.2.0-models.jar</file>
84+
<file>${project.basedir}/stanford-parser-4.2.1-models.jar</file>
8585
<type>jar</type>
8686
<classifier>models</classifier>
8787
</artifact>

0 commit comments

Comments
 (0)