From f792733d26c1ca9604e9fb9c957b0f0b41fb8100 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Fri, 22 Jul 2022 09:45:02 -0700 Subject: [PATCH] Readme and pom updates for 4.5.0 --- build.gradle | 2 +- doc/corenlp/README.txt | 3 +++ doc/corenlp/pom-full.xml | 8 +++---- doc/corenlp/pom-light.xml | 8 +++---- examples/sample-maven-project/pom.xml | 22 +++++++++---------- .../nlp/pipeline/demo/corenlp-brat.html | 6 ++--- 6 files changed, 26 insertions(+), 23 deletions(-) diff --git a/build.gradle b/build.gradle index 3d33758a13..da3fad2b2b 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 compileJava.options.encoding = 'UTF-8' -version = '4.4.0' +version = '4.5.0' // Gradle application plugin mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP" diff --git a/doc/corenlp/README.txt b/doc/corenlp/README.txt index 1fbefbd478..1b7db4a5ea 100644 --- a/doc/corenlp/README.txt +++ b/doc/corenlp/README.txt @@ -41,6 +41,9 @@ LICENSE CHANGES --------------------------------- +2022-07-21 4.5.0 Tokenizer and lemmatizer upgrades, along with + a new tsurgeon operation and some bugfixes + 2022-01-20 4.4.0 Fix issue with Italian depparse, tsurgeon CLI, fix security issues, bug fixes diff --git a/doc/corenlp/pom-full.xml b/doc/corenlp/pom-full.xml index 32dc692625..d6e329fc16 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.4.0 + 4.5.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.4.0.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.0.zip @@ -202,7 +202,7 @@ - ${project.basedir}/stanford-corenlp-4.4.0-models.jar + ${project.basedir}/stanford-corenlp-4.5.0-models.jar jar models diff --git a/doc/corenlp/pom-light.xml b/doc/corenlp/pom-light.xml index 51d1c9f2bb..678b9e0cbd 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.4.0 + 4.5.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.4.0.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.0.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.0.zip @@ -56,7 +56,7 @@ - ${project.basedir}/stanford-corenlp-4.4.0-models.jar + ${project.basedir}/stanford-corenlp-4.5.0-models.jar jar models diff --git a/examples/sample-maven-project/pom.xml b/examples/sample-maven-project/pom.xml index 99653bf755..a065dca66d 100644 --- a/examples/sample-maven-project/pom.xml +++ b/examples/sample-maven-project/pom.xml @@ -17,66 +17,66 @@ edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 javadoc edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 sources edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models-arabic edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models-chinese edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models-english edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models-english-kbp edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models-french edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models-german edu.stanford.nlp stanford-corenlp - 4.4.0 + 4.5.0 models-spanish diff --git a/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html b/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html index 6c184a9019..fd79a68a98 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.4.0


+
version 4.5.0