Skip to content

Commit a7db8bc

Browse files
committed
update pom light
1 parent 0cca5d2 commit a7db8bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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.0.0</version>
5+
<version>4.2.0</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-full-2020-04-16.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-full-2020-04-16.zip</connection>
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>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -56,7 +56,7 @@
5656
<configuration>
5757
<artifacts>
5858
<artifact>
59-
<file>${project.basedir}/stanford-corenlp-4.0.0-models.jar</file>
59+
<file>${project.basedir}/stanford-corenlp-4.2.0-models.jar</file>
6060
<type>jar</type>
6161
<classifier>models</classifier>
6262
</artifact>

0 commit comments

Comments
 (0)