You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom-java-11.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<modelVersion>4.0.0</modelVersion>
3
3
<groupId>edu.stanford.nlp</groupId>
4
4
<artifactId>stanford-corenlp</artifactId>
5
-
<version>4.1.0</version>
5
+
<version>4.0.0</version>
6
6
<packaging>jar</packaging>
7
7
<name>Stanford CoreNLP</name>
8
8
<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>
Copy file name to clipboardExpand all lines: pom.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<modelVersion>4.0.0</modelVersion>
3
3
<groupId>edu.stanford.nlp</groupId>
4
4
<artifactId>stanford-corenlp</artifactId>
5
-
<version>4.1.0</version>
5
+
<version>4.0.0</version>
6
6
<packaging>jar</packaging>
7
7
<name>Stanford CoreNLP</name>
8
8
<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>
0 commit comments