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 2020/05/02 11:36:45 UTC

[incubator-nlpcraft] branch NLPCRAFT-30 updated: WIP.

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

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


The following commit(s) were added to refs/heads/NLPCRAFT-30 by this push:
     new 6f5976a  WIP.
6f5976a is described below

commit 6f5976aea03590a484ededeac327553f4d31424b
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Sat May 2 14:36:38 2020 +0300

    WIP.
---
 .../org/apache/nlpcraft/examples/sql/sql_model.yaml      | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml b/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
index 8cfd6b6..26e8ae1 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
+++ b/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
@@ -1463,6 +1463,22 @@ elements:
     - "condition"
   synonyms:
     - "^^id == 'col:date'^^ ^^id == 'nlpcraft:date'^^ "
+- id: "desc:best"
+  groups:
+    - "description"
+  synonyms:
+    - "best {performing|*}"
+- id: "desc:worst"
+  groups:
+    - "description"
+  synonyms:
+    - "worst {performing|*}"
+- id: "desc:busiest"
+  groups:
+    - "description"
+  synonyms:
+    - "{busiest|busiest}"
+
 enabledBuiltInTokens:
   - "nlpcraft:date"
   - "nlpcraft:num"