diff --git a/build.gradle b/build.gradle
index 077399e832..96d8e465ac 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.6'
+version = '4.5.7'
// Gradle application plugin
mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP"
diff --git a/doc/corenlp/README.txt b/doc/corenlp/README.txt
index 9d3de844b7..0d32bc3852 100644
--- a/doc/corenlp/README.txt
+++ b/doc/corenlp/README.txt
@@ -41,6 +41,9 @@ LICENSE
CHANGES
---------------------------------
+2024-04-18 4.5.7 Add the f1 scores to the parser output,
+ improve the dependency converter
+
2024-01-31 4.5.6 Minor lemmatizer and tokenizer fixes
2023-09-06 4.5.5 Fix up some SD and UD conversion errors. Add
diff --git a/doc/corenlp/pom-full.xml b/doc/corenlp/pom-full.xml
index d533c4d029..ebfc2144e5 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.6
+ 4.5.7jarStanford 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.6.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.6.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
@@ -208,7 +208,7 @@
- ${project.basedir}/stanford-corenlp-4.5.6-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.7-models.jarjarmodels
diff --git a/doc/corenlp/pom-light.xml b/doc/corenlp/pom-light.xml
index 6011fe1837..6435fd3cb1 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.6
+ 4.5.7jarStanford 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.6.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.6.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
@@ -56,7 +56,7 @@
- ${project.basedir}/stanford-corenlp-4.5.6-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.7-models.jarjarmodels
diff --git a/examples/sample-maven-project/pom.xml b/examples/sample-maven-project/pom.xml
index 61db267aed..451efcc3d3 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.6
+ 4.5.7edu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7javadocedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7sourcesedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7modelsedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7models-arabicedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7models-chineseedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7models-englishedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7models-english-kbpedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7models-frenchedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7models-germanedu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7models-spanish
diff --git a/pom-java-11.xml b/pom-java-11.xml
index cde820b35f..9680302446 100644
--- a/pom-java-11.xml
+++ b/pom-java-11.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7jarStanford 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.6.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.6.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
@@ -206,7 +206,7 @@
- ${project.basedir}/stanford-corenlp-4.5.6-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.7-models.jarjarmodels
diff --git a/pom-java-17.xml b/pom-java-17.xml
index 8097c4a83f..f84ba861c4 100644
--- a/pom-java-17.xml
+++ b/pom-java-17.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7jarStanford 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.6.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.6.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
@@ -206,7 +206,7 @@
- ${project.basedir}/stanford-corenlp-4.5.6-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.7-models.jarjarmodels
diff --git a/pom.xml b/pom.xml
index d533c4d029..ebfc2144e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0edu.stanford.nlpstanford-corenlp
- 4.5.6
+ 4.5.7jarStanford 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.6.zip
- https://nlp.stanford.edu/software/stanford-corenlp-4.5.6.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
+ https://nlp.stanford.edu/software/stanford-corenlp-4.5.7.zip
@@ -208,7 +208,7 @@
- ${project.basedir}/stanford-corenlp-4.5.6-models.jar
+ ${project.basedir}/stanford-corenlp-4.5.7-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 34d639d17b..aade3dc66f 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 @@
-