Skip to content

Commit 6409c69

Browse files
committed
Update gradle build, readme, pom for version 4.2.1
1 parent 54fd3a6 commit 6409c69

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
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.2.0'
14+
version = '4.2.1'
1515

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

doc/corenlp/README.txt

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

44+
2021-04-28 4.2.1 Fix Turkish locale, quote annotator crashes
45+
4446
2020-11-16 4.2.0 Bug fixes, Retrained English parser models
4547
with improved trees, Updated dependencies
4648
(ejml, junit, jflex), Speed up loading

doc/corenlp/pom-full.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-corenlp</artifactId>
5-
<version>4.2.0</version>
5+
<version>4.2.1</version>
66
<packaging>jar</packaging>
77
<name>Stanford CoreNLP</name>
88
<description>Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.</description>
@@ -14,8 +14,8 @@
1414
</license>
1515
</licenses>
1616
<scm>
17-
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.1.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.1.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -195,7 +195,7 @@
195195
<configuration>
196196
<artifacts>
197197
<artifact>
198-
<file>${project.basedir}/stanford-corenlp-4.2.0-models.jar</file>
198+
<file>${project.basedir}/stanford-corenlp-4.2.1-models.jar</file>
199199
<type>jar</type>
200200
<classifier>models</classifier>
201201
</artifact>

doc/corenlp/pom-light.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-corenlp</artifactId>
5-
<version>4.2.0</version>
5+
<version>4.2.1</version>
66
<packaging>jar</packaging>
77
<name>Stanford CoreNLP</name>
88
<description>Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.</description>
@@ -14,8 +14,8 @@
1414
</license>
1515
</licenses>
1616
<scm>
17-
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.1.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.1.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -56,7 +56,7 @@
5656
<configuration>
5757
<artifacts>
5858
<artifact>
59-
<file>${project.basedir}/stanford-corenlp-4.2.0-models.jar</file>
59+
<file>${project.basedir}/stanford-corenlp-4.2.1-models.jar</file>
6060
<type>jar</type>
6161
<classifier>models</classifier>
6262
</artifact>

0 commit comments

Comments
 (0)