From 4cf0cffc25b455dc3bfdad2f54d2079a1948cf89 Mon Sep 17 00:00:00 2001 From: John Bauer Date: Wed, 6 Sep 2023 07:56:10 -0700 Subject: [PATCH] Automatic updates of the various pom files etc for the next version --- build.gradle | 2 +- doc/corenlp/README.txt | 4 ++++ doc/corenlp/pom-full.xml | 8 +++---- doc/corenlp/pom-light.xml | 8 +++---- examples/sample-maven-project/pom.xml | 22 +++++++++---------- pom-java-11.xml | 8 +++---- pom-java-17.xml | 8 +++---- pom.xml | 8 +++---- .../nlp/pipeline/demo/corenlp-brat.html | 6 ++--- 9 files changed, 39 insertions(+), 35 deletions(-) diff --git a/build.gradle b/build.gradle index 5f1c2b42d0..293986c175 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 compileJava.options.encoding = 'UTF-8' -version = '4.5.4' +version = '4.5.5' // Gradle application plugin mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP" diff --git a/doc/corenlp/README.txt b/doc/corenlp/README.txt index 8d6151260a..916a9ba87b 100644 --- a/doc/corenlp/README.txt +++ b/doc/corenlp/README.txt @@ -41,6 +41,10 @@ LICENSE CHANGES --------------------------------- +2023-09-06 4.5.5 Fix up some SD and UD conversion errors. Add + SceneGraph to the server. Fix Tregex optional + bug. "fourty" and forty (40) days in SUTime. + 2023-03-15 4.5.4 Minor updates to Ssurgeon, include the Morphology CLI diff --git a/doc/corenlp/pom-full.xml b/doc/corenlp/pom-full.xml index 90399dda59..2580d01ea7 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.5.4 + 4.5.5 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.5.4.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.5.4.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip @@ -202,7 +202,7 @@ - ${project.basedir}/stanford-corenlp-4.5.4-models.jar + ${project.basedir}/stanford-corenlp-4.5.5-models.jar jar models diff --git a/doc/corenlp/pom-light.xml b/doc/corenlp/pom-light.xml index 569a05a3d3..a27913ebdf 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.5.4 + 4.5.5 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.5.4.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.5.4.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip @@ -56,7 +56,7 @@ - ${project.basedir}/stanford-corenlp-4.5.4-models.jar + ${project.basedir}/stanford-corenlp-4.5.5-models.jar jar models diff --git a/examples/sample-maven-project/pom.xml b/examples/sample-maven-project/pom.xml index b79468cecb..59d8afba7b 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.5.4 + 4.5.5 edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 javadoc edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 sources edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models-arabic edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models-chinese edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models-english edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models-english-kbp edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models-french edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models-german edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 models-spanish diff --git a/pom-java-11.xml b/pom-java-11.xml index 5f8f4b5942..5e8ec0cef9 100644 --- a/pom-java-11.xml +++ b/pom-java-11.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 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.5.4.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.5.4.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip @@ -200,7 +200,7 @@ - ${project.basedir}/stanford-corenlp-4.5.4-models.jar + ${project.basedir}/stanford-corenlp-4.5.5-models.jar jar models diff --git a/pom-java-17.xml b/pom-java-17.xml index 09d3009f5b..258775e0fe 100644 --- a/pom-java-17.xml +++ b/pom-java-17.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 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.5.4.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.5.4.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip @@ -200,7 +200,7 @@ - ${project.basedir}/stanford-corenlp-4.5.4-models.jar + ${project.basedir}/stanford-corenlp-4.5.5-models.jar jar models diff --git a/pom.xml b/pom.xml index 90399dda59..2580d01ea7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 edu.stanford.nlp stanford-corenlp - 4.5.4 + 4.5.5 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.5.4.zip - https://nlp.stanford.edu/software/stanford-corenlp-4.5.4.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip + https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip @@ -202,7 +202,7 @@ - ${project.basedir}/stanford-corenlp-4.5.4-models.jar + ${project.basedir}/stanford-corenlp-4.5.5-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 dd95c79264..bc12428ed2 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.5.4


+
version 4.5.5