Skip to content

Commit

Permalink
Update poms & readmes for 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Jan 20, 2023
1 parent 232931d commit 7c3b91a
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 35 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = 'UTF-8'

version = '4.5.1'
version = '4.5.2'

// Gradle application plugin
mainClassName = "edu.stanford.nlp.pipeline.StanfordCoreNLP"
Expand Down
4 changes: 4 additions & 0 deletions doc/corenlp/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ LICENSE
CHANGES
---------------------------------

2023-01-19 4.5.2 Update package dependencies to avoid security
problems. Add protobuf CLI tools for use in
Python or elsewhere

2022-08-29 4.5.1 Bugfixes to tokenizer and semgrex

2022-07-21 4.5.0 Tokenizer and lemmatizer upgrades, along with
Expand Down
8 changes: 4 additions & 4 deletions doc/corenlp/pom-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<packaging>jar</packaging>
<name>Stanford CoreNLP</name>
<description>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.</description>
Expand All @@ -14,8 +14,8 @@
</license>
</licenses>
<scm>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</connection>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -202,7 +202,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
<file>${project.basedir}/stanford-corenlp-4.5.2-models.jar</file>
<type>jar</type>
<classifier>models</classifier>
</artifact>
Expand Down
8 changes: 4 additions & 4 deletions doc/corenlp/pom-light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<packaging>jar</packaging>
<name>Stanford CoreNLP</name>
<description>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.</description>
Expand All @@ -14,8 +14,8 @@
</license>
</licenses>
<scm>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</connection>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -56,7 +56,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
<file>${project.basedir}/stanford-corenlp-4.5.2-models.jar</file>
<type>jar</type>
<classifier>models</classifier>
</artifact>
Expand Down
22 changes: 11 additions & 11 deletions examples/sample-maven-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,66 +17,66 @@
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>javadoc</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models-arabic</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models-chinese</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models-english</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models-english-kbp</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models-french</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models-german</classifier>
</dependency>
<dependency>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<classifier>models-spanish</classifier>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom-java-11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<packaging>jar</packaging>
<name>Stanford CoreNLP</name>
<description>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.</description>
Expand All @@ -14,8 +14,8 @@
</license>
</licenses>
<scm>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</connection>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -200,7 +200,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
<file>${project.basedir}/stanford-corenlp-4.5.2-models.jar</file>
<type>jar</type>
<classifier>models</classifier>
</artifact>
Expand Down
8 changes: 4 additions & 4 deletions pom-java-17.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<packaging>jar</packaging>
<name>Stanford CoreNLP</name>
<description>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.</description>
Expand All @@ -14,8 +14,8 @@
</license>
</licenses>
<scm>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</connection>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -200,7 +200,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
<file>${project.basedir}/stanford-corenlp-4.5.2-models.jar</file>
<type>jar</type>
<classifier>models</classifier>
</artifact>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.stanford.nlp</groupId>
<artifactId>stanford-corenlp</artifactId>
<version>4.5.1</version>
<version>4.5.2</version>
<packaging>jar</packaging>
<name>Stanford CoreNLP</name>
<description>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.</description>
Expand All @@ -14,8 +14,8 @@
</license>
</licenses>
<scm>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</url>
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.2.zip</connection>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -202,7 +202,7 @@
<configuration>
<artifacts>
<artifact>
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
<file>${project.basedir}/stanford-corenlp-4.5.2-models.jar</file>
<type>jar</type>
<classifier>models</classifier>
</artifact>
Expand Down
6 changes: 3 additions & 3 deletions src/edu/stanford/nlp/pipeline/demo/corenlp-brat.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/dagre-d3/0.4.17/dagre-d3.min.js"></script>

<!-- CoreNLP -->
<link rel="stylesheet" type="text/css" href="corenlp-brat.css?v4.5.1"/>
<script type="text/javascript" src="corenlp-brat.js?v4.5.1"></script>
<link rel="stylesheet" type="text/css" href="corenlp-brat.css?v4.5.2"/>
<script type="text/javascript" src="corenlp-brat.js?v4.5.2"></script>

<meta charset="UTF-8">
</head>
Expand All @@ -32,7 +32,7 @@
<img id="logo-image" src="https://nlp.stanford.edu/img/corenlp-title.png">
</a>
</div>
<div id="version-num">version 4.5.1<br><br><br></div>
<div id="version-num">version 4.5.2<br><br><br></div>
</div>
</nav>

Expand Down

0 comments on commit 7c3b91a

Please sign in to comment.