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/09/16 17:59:44 UTC

[incubator-nlpcraft] branch master updated: Update alarm_intents.idl

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 78386a0  Update alarm_intents.idl
78386a0 is described below

commit 78386a03613e71a0b1b0491161850cfa2b4a207f
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Thu Sep 16 10:59:34 2021 -0700

    Update alarm_intents.idl
---
 nlpcraft-examples/alarm/src/main/resources/alarm_intents.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft-examples/alarm/src/main/resources/alarm_intents.idl b/nlpcraft-examples/alarm/src/main/resources/alarm_intents.idl
index b4fdd7b..087bff9 100644
--- a/nlpcraft-examples/alarm/src/main/resources/alarm_intents.idl
+++ b/nlpcraft-examples/alarm/src/main/resources/alarm_intents.idl
@@ -27,7 +27,7 @@ fragment=when
         @type = meta_tok('nlpcraft:num:unittype')
         @isEq = meta_tok('nlpcraft:num:isequalcondition') // Excludes conditional statements.
 
-        # == 'nlpcraft:num' && @type == 'datetime' && @iseq == true
+        # == 'nlpcraft:num' && @type == 'datetime' && @isEq == true
     }[1,7]
 
 // Intents (using fragments).