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 9c3f06a Update intent-matching.html
9c3f06a is described below
commit 9c3f06a2324e3333f6d564371d90a71c405b738d
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Oct 9 01:53:36 2020 -0700
Update intent-matching.html
---
intent-matching.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/intent-matching.html b/intent-matching.html
index f116208..8b35762 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -59,7 +59,7 @@ id: intent_matching
</td>
</tr>
<tr>
- <td><a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCIntentRed.html">@NCIntentRef</a></td>
+ <td><a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCIntentRef.html">@NCIntentRef</a></td>
<td>
This annotation allows to reference an intent defined
in external JSON or YAML model definition.
Similarly to <a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCIntent.html">@NCIntent</a>
@@ -576,7 +576,7 @@ id: intent_matching
</p>
<p>
Note that there's a significant difference between <a
href="/apis/latest/org/apache/nlpcraft/model/NCIntentSkip.html">NCIntentSkip</a>
- exception and model's <a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCModel.html#onMatchedIntent-org.apache.nlpcraft.model.NCIntentMatch-">onMatchedIntent(...)</a>
+ exception and model's <a target="javadoc"
href="/apis/latest/org/apache/nlpcraft/model/NCModel.html">onMatchedIntent(...)</a>
callback. Unlike this callback, the exception does not force
re-matching of all intents, it simply
picks the next best intent from the list of already matched ones.
The model's callback can force
a full reevaluation of all intents against the user input.