From a25947f9fd0978e076830c19c9a4189991d0d5ae Mon Sep 17 00:00:00 2001 From: J38 Date: Thu, 20 Jan 2022 15:51:57 -0800 Subject: [PATCH] update to 4.4.0 --- build.gradle | 2 +- doc/corenlp/README.txt | 3 +++ doc/corenlp/pom-full.xml | 23 ++++++++++++------- doc/corenlp/pom-light.xml | 8 +++---- pom-java-11.xml | 8 +++---- pom-java-17.xml | 8 +++---- pom.xml | 8 +++---- .../nlp/pipeline/demo/corenlp-brat.html | 6 ++--- 8 files changed, 38 insertions(+), 28 deletions(-) diff --git a/build.gradle b/build.gradle index d5a977691d..3d33758a13 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 compileJava.options.encoding = 'UTF-8' -version = '4.3.1' +version = '4.4.0' // Gradle application plugin mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP" diff --git a/doc/corenlp/README.txt b/doc/corenlp/README.txt index 327db7473f..1fbefbd478 100644 --- a/doc/corenlp/README.txt +++ b/doc/corenlp/README.txt @@ -41,6 +41,9 @@ LICENSE CHANGES --------------------------------- +2022-01-20 4.4.0 Fix issue with Italian depparse, tsurgeon CLI, + fix security issues, bug fixes + 2021-10-14 4.3.1 Minor bugfixes to German umlaut tokenization, CDC tokenizer offset, Hungarian model package diff --git a/doc/corenlp/pom-full.xml b/doc/corenlp/pom-full.xml index 24733f7035..32dc692625 100644 --- a/doc/corenlp/pom-full.xml +++ b/doc/corenlp/pom-full.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.3.1 + 4.4.0 jar Stanford CoreNLP 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. @@ -14,8 +14,8 @@ - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip @@ -128,7 +128,7 @@ com.google.protobuf protobuf-java - 3.11.4 + 3.19.2 @@ -165,9 +165,9 @@ - com.sun.xml.bind - jaxb-core - 2.3.0.1 + com.sun.istack + istack-commons-runtime + 3.0.7 @@ -176,6 +176,13 @@ 2.4.0-b180830.0438 + + + com.googlecode.json-simple + json-simple + 1.1.1 + + src @@ -195,7 +202,7 @@ - ${project.basedir}/stanford-corenlp-4.3.1-models.jar + ${project.basedir}/stanford-corenlp-4.4.0-models.jar jar models diff --git a/doc/corenlp/pom-light.xml b/doc/corenlp/pom-light.xml index 63503a7e92..51d1c9f2bb 100644 --- a/doc/corenlp/pom-light.xml +++ b/doc/corenlp/pom-light.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.3.1 + 4.4.0 jar Stanford CoreNLP 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. @@ -14,8 +14,8 @@ - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip @@ -56,7 +56,7 @@ - ${project.basedir}/stanford-corenlp-4.3.1-models.jar + ${project.basedir}/stanford-corenlp-4.4.0-models.jar jar models diff --git a/pom-java-11.xml b/pom-java-11.xml index 7083517d7e..69b2311c65 100644 --- a/pom-java-11.xml +++ b/pom-java-11.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.3.1 + 4.4.0 jar Stanford CoreNLP 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. @@ -14,8 +14,8 @@ - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip @@ -200,7 +200,7 @@ - ${project.basedir}/stanford-corenlp-4.3.1-models.jar + ${project.basedir}/stanford-corenlp-4.4.0-models.jar jar models diff --git a/pom-java-17.xml b/pom-java-17.xml index 92898be19c..2dd6382c9f 100644 --- a/pom-java-17.xml +++ b/pom-java-17.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.3.1 + 4.4.0 jar Stanford CoreNLP 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. @@ -14,8 +14,8 @@ - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip @@ -200,7 +200,7 @@ - ${project.basedir}/stanford-corenlp-4.3.1-models.jar + ${project.basedir}/stanford-corenlp-4.4.0-models.jar jar models diff --git a/pom.xml b/pom.xml index ea60fcc407..32dc692625 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.3.1 + 4.4.0 jar Stanford CoreNLP 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. @@ -14,8 +14,8 @@ - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.3.1.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip @@ -202,7 +202,7 @@ - ${project.basedir}/stanford-corenlp-4.3.1-models.jar + ${project.basedir}/stanford-corenlp-4.4.0-models.jar jar models diff --git a/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html b/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html index 12e8b3502c..6c184a9019 100644 --- a/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html +++ b/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html @@ -16,8 +16,8 @@ - - + + @@ -32,7 +32,7 @@ -
version 4.3.1


+
version 4.4.0