This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-523 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
commit 0fc0885c66932fbd3319e642499d47ddcdef674b Author: Sergey Kamov <[email protected]> AuthorDate: Sat Mar 4 10:03:20 2023 +0400 Page fixes. --- intent-matching.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intent-matching.html b/intent-matching.html index 04f7cf0..8dbd75d 100644 --- a/intent-matching.html +++ b/intent-matching.html @@ -1145,7 +1145,8 @@ id: intent_matching <h2 class="section-title">Intent Matching Logic <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2> <p> {% scaladoc NCPipeline NCPipeline %} processing result is collection of {% scaladoc NCVariant NCVariant %} instances. - As example let's consider the input text <code>'A B C D'</code> and the following elements defined in our model: + {% scaladoc nlp/parsers/NCSemanticEntityParser NCSemanticEntityParser %} is used for following example configured via <i>JSON</i> file. + Let's consider the input text <code>'A B C D'</code> and the following elements defined in our model: </p> <pre class="brush: js"> "elements": [
