diff --git a/build.gradle b/build.gradle
index d4d7558248..f1106dddfd 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.2'
+version = '4.5.3'
// Gradle application plugin
mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP"
diff --git a/doc/corenlp/README.txt b/doc/corenlp/README.txt
index dfff68580d..5da6b89ed7 100644
--- a/doc/corenlp/README.txt
+++ b/doc/corenlp/README.txt
@@ -41,6 +41,8 @@ LICENSE
CHANGES
---------------------------------
+2023-03-10 4.5.3 Fix the collinizer. Add an Ssurgeon interface
+
2023-01-19 4.5.2 Update package dependencies to avoid security
problems. Add protobuf CLI tools for use in
Python or elsewhere
diff --git a/doc/corenlp/pom-full.xml b/doc/corenlp/pom-full.xml
index 377ff14aeb..459b99e4fd 100644
--- a/doc/corenlp/pom-full.xml
+++ b/doc/corenlp/pom-full.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3jarStanford CoreNLPStanford 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.2.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
@@ -202,7 +202,7 @@
- ${project.basedir}/stanford-corenlp-4.5.2-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.3-models.jarjarmodels
diff --git a/doc/corenlp/pom-light.xml b/doc/corenlp/pom-light.xml
index d1223c9375..30a71f26da 100644
--- a/doc/corenlp/pom-light.xml
+++ b/doc/corenlp/pom-light.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3jarStanford CoreNLPStanford 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.2.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
@@ -56,7 +56,7 @@
- ${project.basedir}/stanford-corenlp-4.5.2-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.3-models.jarjarmodels
diff --git a/examples/sample-maven-project/pom.xml b/examples/sample-maven-project/pom.xml
index 09b4cc68ac..7b0825dfb5 100644
--- a/examples/sample-maven-project/pom.xml
+++ b/examples/sample-maven-project/pom.xml
@@ -17,66 +17,66 @@
edu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3edu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3javadocedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3sourcesedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3modelsedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3models-arabicedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3models-chineseedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3models-englishedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3models-english-kbpedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3models-frenchedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3models-germanedu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3models-spanish
diff --git a/pom-java-11.xml b/pom-java-11.xml
index 658b517974..c955b8fdb1 100644
--- a/pom-java-11.xml
+++ b/pom-java-11.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3jarStanford CoreNLPStanford 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.2.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
@@ -200,7 +200,7 @@
- ${project.basedir}/stanford-corenlp-4.5.2-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.3-models.jarjarmodels
diff --git a/pom-java-17.xml b/pom-java-17.xml
index 78fd579ceb..b1133faa80 100644
--- a/pom-java-17.xml
+++ b/pom-java-17.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3jarStanford CoreNLPStanford 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.2.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
@@ -200,7 +200,7 @@
- ${project.basedir}/stanford-corenlp-4.5.2-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.3-models.jarjarmodels
diff --git a/pom.xml b/pom.xml
index 377ff14aeb..459b99e4fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.2
+ 4.5.3jarStanford CoreNLPStanford 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.2.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.3.zip
@@ -202,7 +202,7 @@
- ${project.basedir}/stanford-corenlp-4.5.2-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.3-models.jarjarmodels
diff --git a/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html b/src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html
index b560aea680..2596fb4ce8 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 @@
-