You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/07/22 07:36:20 UTC

[incubator-nlpcraft] branch master updated: Improved comments.

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

aradzinski 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 8c0c347  Improved comments.
8c0c347 is described below

commit 8c0c347484a1e636cde518c6d2eb6ac3b02654bd
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Thu Jul 22 00:35:47 2021 -0700

    Improved comments.
---
 nlpcraft-examples/lightswitch/src/main/resources/lightswitch_model.yaml | 2 ++
 nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml           | 2 ++
 nlpcraft-examples/sql/src/main/resources/sql_model.yaml                 | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/nlpcraft-examples/lightswitch/src/main/resources/lightswitch_model.yaml b/nlpcraft-examples/lightswitch/src/main/resources/lightswitch_model.yaml
index a912dca..71b1e46 100644
--- a/nlpcraft-examples/lightswitch/src/main/resources/lightswitch_model.yaml
+++ b/nlpcraft-examples/lightswitch/src/main/resources/lightswitch_model.yaml
@@ -37,6 +37,8 @@ enabledBuiltInTokens: [] # This example doesn't use any built-in tokens.
 #
 # Allows for multi-word synonyms in this entire model
 # to be sparse and permutate them for better detection.
+# These two properties generally enable a free-form
+# natural language comprehension.
 #
 permutateSynonyms: true
 sparse: true
diff --git a/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml b/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml
index 6db4dc9..b1229a1 100644
--- a/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml
+++ b/nlpcraft-examples/minecraft/src/main/resources/minecraft.yaml
@@ -143,6 +143,8 @@ abstractTokens:
 #
 # Allows for multi-word synonyms in this entire model
 # to be sparse and permutate them for better detection.
+# These two properties generally enable a free-form
+# natural language comprehension.
 #
 permutateSynonyms: true
 sparse: true
diff --git a/nlpcraft-examples/sql/src/main/resources/sql_model.yaml b/nlpcraft-examples/sql/src/main/resources/sql_model.yaml
index 73054b3..1cd55e1 100644
--- a/nlpcraft-examples/sql/src/main/resources/sql_model.yaml
+++ b/nlpcraft-examples/sql/src/main/resources/sql_model.yaml
@@ -1517,6 +1517,8 @@ dupSynonymsAllowed: true
 #
 # Allows for multi-word synonyms in this entire model
 # to be sparse and permutate them for better detection.
+# These two properties generally enable a free-form
+# natural language comprehension.
 #
 permutateSynonyms: true
 sparse: true
\ No newline at end of file