This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch web-site
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/web-site by this push:
new 83fb1fe Page fixes.
83fb1fe is described below
commit 83fb1fe90ec1d5f3817753cb50747d92dccb0290
Author: Sergey Kamov <[email protected]>
AuthorDate: Sat Mar 4 10:11:27 2023 +0400
Page fixes.
---
intent-matching.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/intent-matching.html b/intent-matching.html
index 55f76ef..077327d 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -410,7 +410,7 @@ or_else(meta_model('some_prop'), @dflt)
ctx: NCContext, im: NCIntentMatch, @NCIntentTerm("city")
cityEnt: NCEntity
): NCResult =
...
- </pre><p> <b>NOTES:</b></p><ul><li> Intent is defined in the model,
<code>line 2</code>.<li> This intent is referenced by annotation
<code>@NCIntentRef("intent2")</code> with method <code>onMatch(...)</code> as
its callback, <code>line 5</code>.<li> This example defines an intent with two
conversational terms both of which have to found for the intent to match.<li>
Terms is conversational if it uses <code>'~'</code> and non-conversational if
it uses <code>'='</code> symbol in its [...]
+ </pre><p> <b>NOTES:</b></p><ul><li> Intent is defined in the model,
<code>line 2</code>.<li> This intent is referenced by annotation
<code>@NCIntentRef("intent2")</code> with method <code>onMatch(...)</code> as
its callback, <code>line 5</code>.<li> This example defines an intent with two
conversational terms both of which have to found for the intent to match.<li>
Terms is conversational if it uses <code>'~'</code> and non-conversational if
it uses <code>'='</code> symbol in its [...]
"elements": [
{
"id": "elm1",