This is an automated email from the ASF dual-hosted git repository.
sergeykamov 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 08c6727f Update language-fr, language-ru, ... to 6.0
new 68ed2f86 Merge pull request #64 from
scala-steward/update/language-fr-6.0
08c6727f is described below
commit 08c6727f60674cd14f6796af0769f7c3d514b257
Author: Scala Steward <[email protected]>
AuthorDate: Fri Dec 30 13:31:43 2022 +0000
Update language-fr, language-ru, ... to 6.0
---
build.sbt | 2 +-
nlpcraft-examples/lightswitch-fr/pom.xml | 4 ++--
nlpcraft-examples/lightswitch-ru/pom.xml | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build.sbt b/build.sbt
index 101d48c8..3a0e5435 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,7 +39,7 @@ val junitVer = "5.9.0"
val stanfordCoreNLPVer = "4.5.1"
// Examples libraries.
-val languagetoolVer = "5.9"
+val languagetoolVer = "6.0"
val luceneAnalyzersCommonVer = "8.11.2"
ThisBuild / scalaVersion := s"$scalaMajVer.$scalaMinVer"
diff --git a/nlpcraft-examples/lightswitch-fr/pom.xml
b/nlpcraft-examples/lightswitch-fr/pom.xml
index 946d27e2..407fcaea 100644
--- a/nlpcraft-examples/lightswitch-fr/pom.xml
+++ b/nlpcraft-examples/lightswitch-fr/pom.xml
@@ -47,13 +47,13 @@
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>language-fr</artifactId>
- <version>5.9</version>
+ <version>6.0</version>
</dependency>
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-core</artifactId>
- <version>5.9</version>
+ <version>6.0</version>
</dependency>
<!-- Test dependencies. -->
diff --git a/nlpcraft-examples/lightswitch-ru/pom.xml
b/nlpcraft-examples/lightswitch-ru/pom.xml
index 1dd2dd96..510b9ee0 100644
--- a/nlpcraft-examples/lightswitch-ru/pom.xml
+++ b/nlpcraft-examples/lightswitch-ru/pom.xml
@@ -47,13 +47,13 @@
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>language-ru</artifactId>
- <version>5.9</version>
+ <version>6.0</version>
</dependency>
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-core</artifactId>
- <version>5.9</version>
+ <version>6.0</version>
</dependency>
<!-- Test dependencies. -->