You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ni...@apache.org on 2022/09/06 18:55:12 UTC

[incubator-nlpcraft] branch master updated: Update stanford-corenlp to 4.5.1

This is an automated email from the ASF dual-hosted git repository.

nivanov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a700910 Update stanford-corenlp to 4.5.1
     new 48bdf781 Merge pull request #38 from scala-steward/update/stanford-corenlp-4.5.1
0a700910 is described below

commit 0a700910b60ddb62cfa54488a89e1310f1ef3072
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sat Sep 3 12:11:41 2022 +0000

    Update stanford-corenlp to 4.5.1
---
 build.sbt | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 7136c771..fb19e0c3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,7 +36,7 @@ val apacheOpennlpVer = "2.0.0"
 val junitVer = "5.9.0"
 
 // Stanford project libraries.
-val stanfordCoreNLPVer  = "4.5.0"
+val stanfordCoreNLPVer  = "4.5.1"
 
 // Examples libraries.
 val languagetoolVer = "5.8"
diff --git a/pom.xml b/pom.xml
index d3a88596..fb89e574 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
             for NLPCraft. It is licensed under GPLv3 and has to be downloaded separately by
             the end user, when required.
         -->
-        <stanford.corenlp.ver>4.5.0</stanford.corenlp.ver>
+        <stanford.corenlp.ver>4.5.1</stanford.corenlp.ver>
     </properties>
 
     <dependencyManagement>