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 2022/12/04 13:38:12 UTC

[incubator-nlpcraft] branch master updated: Options default value changed.

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 8380a8ee Options default value changed.
8380a8ee is described below

commit 8380a8eec6ab5c77ad563ad06cae51e244a10673
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Sun Dec 4 17:38:14 2022 +0400

    Options default value changed.
---
 .../scala/org/apache/nlpcraft/internal/intent/NCIDLIntentOptions.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/intent/NCIDLIntentOptions.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/intent/NCIDLIntentOptions.scala
index a2a02ab9..de2f1a5c 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/intent/NCIDLIntentOptions.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/intent/NCIDLIntentOptions.scala
@@ -24,7 +24,7 @@ class NCIDLIntentOptions:
     /** Whether to ignore unused free words for intent match. */
     var ignoreUnusedFreeWords: Boolean = true
     /** Whether to ignore unused entities for intent match. */
-    var ignoreUnusedEntities: Boolean = true
+    var ignoreUnusedEntities: Boolean = false
     /** Whether or not to allow intent to match if all matching entities came from STM only. */
     var allowStmEntityOnly: Boolean = false
     /** Whether or not the order of term is important for intent match. */