You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/09/16 08:14:01 UTC

[incubator-nlpcraft] branch master updated: Default `nlpEngine` fixed.

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 4297ad9  Default `nlpEngine` fixed.
4297ad9 is described below

commit 4297ad9e5c604b353a2aaab7ee0d94938780e710
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Thu Sep 16 11:13:51 2021 +0300

    Default `nlpEngine` fixed.
---
 nlpcraft/src/main/resources/nlpcraft.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/resources/nlpcraft.conf b/nlpcraft/src/main/resources/nlpcraft.conf
index 9b4b401..f301836 100644
--- a/nlpcraft/src/main/resources/nlpcraft.conf
+++ b/nlpcraft/src/main/resources/nlpcraft.conf
@@ -217,7 +217,7 @@ nlpcraft {
     #
     # NOTE: Stanford CoreNLP requires special installation due to its licensing.
     # See https://nlpcraft.apache.org/integrations.html#stanford for more details.
-    nlpEngine = "stanford"
+    nlpEngine = "opennlp"
 
     # External configuration resources.
     #