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-website.git
The following commit(s) were added to refs/heads/master by this push:
new 5509fff Update intent-matching.html
5509fff is described below
commit 5509ffff272c751283359d2cf7e17cb27b3e6452
Author: Aaron Radzinski <[email protected]>
AuthorDate: Thu May 27 13:27:02 2021 -0700
Update intent-matching.html
---
intent-matching.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/intent-matching.html b/intent-matching.html
index 5ce5044..a326712 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -1185,7 +1185,7 @@ id: intent_matching
}
],
"intents": [
- "intent=alarm term~{tok_id()=='x:alarm'}
term(nums)~{tok_id()=='nlpcraft:num' && ~nlpcraft:num:unittype=='datetime' &&
~nlpcraft:num:isequalcondition==true}[0,7]"
+ "intent=alarm term~{tok_id()=='x:alarm'}
term(nums)~{tok_id() == 'nlpcraft:num' && meta_tok('nlpcraft:num:unittype') ==
'datetime' && meta_tok('nlpcraft:num:isequalcondition') == true}[0,7]"
]
}
</pre>