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/07/10 16:28:08 UTC

[incubator-nlpcraft-website] branch master updated: Grammar fix.

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 f9e5ad5  Grammar fix.
f9e5ad5 is described below

commit f9e5ad556b5633b6eca7994ee93c3fef6a557256
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Sat Jul 10 09:27:56 2021 -0700

    Grammar fix.
---
 cheat-sheet.html          | 2 +-
 first-example.html        | 2 +-
 tools/test_framework.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cheat-sheet.html b/cheat-sheet.html
index 85c48b9..231253f 100644
--- a/cheat-sheet.html
+++ b/cheat-sheet.html
@@ -344,7 +344,7 @@ id: cheat_sheet
                             of starting an <a href="/tools/embedded_probe.html">embedded probe</a>, scanning for
                             <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSample.html">@NCIntentSample</a> and
                             <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSampleRef.html">@NCIntentSampleRef</a> annotations and their corresponding callback methods, submitting each
-                            sample input sentences from these annotation and checking that resulting
+                            sample input sentences from these annotations and checking that resulting
                             intent matches the intent the sample was attached to.
                         </p>
                         <nav>
diff --git a/first-example.html b/first-example.html
index 3b661da..827c2f3 100644
--- a/first-example.html
+++ b/first-example.html
@@ -381,7 +381,7 @@ class LightSwitchKotlinModel : NCModelFileAdapter("lightswitch_model.yaml") {
             scanning for <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSample.html">@NCIntentSample</a> and
             <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSampleRef.html">@NCIntentSampleRef</a> annotations
             and their corresponding callback methods, submitting each sample input
-            sentences from these annotation and checking that resulting intent matches the intent the sample was attached to.
+            sentences from these annotations and checking that resulting intent matches the intent the sample was attached to.
             Note that auto-testing does not require any additional code to be written - the class gathers all required information from the model
             itself.
         </p>
diff --git a/tools/test_framework.html b/tools/test_framework.html
index 472ee46..456ecc2 100644
--- a/tools/test_framework.html
+++ b/tools/test_framework.html
@@ -179,7 +179,7 @@ public class AlarmModel extends NCModelFileAdapter {
             of starting an <a href="/tools/embedded_probe.html">embedded probe</a> with a given model, scanning for
             <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSample.html">@NCIntentSample</a> and
             <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSampleRef.html">@NCIntentSampleRef</a> annotations and their corresponding callback methods, submitting each
-            sample input sentences from these annotation and checking that resulting intent matches the intent the sample was attached to.
+            sample input sentences from these annotations and checking that resulting intent matches the intent the sample was attached to.
         </p>
         <h2 class="section-sub-title">Running <a href="#"><i class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
         <p>