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 6dec944  Fixes for website.
6dec944 is described below

commit 6dec9442effa6e943adbdd85bb518fda5392cfb1
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sat Jul 24 15:45:33 2021 -0700

    Fixes for website.
---
 intent-matching.html              | 2 +-
 relnotes/release-notes-0.7.1.html | 2 +-
 relnotes/release-notes-0.7.3.html | 2 +-
 tools/syn_tool.html               | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/intent-matching.html b/intent-matching.html
index cdb0c7d..1a7090e 100644
--- a/intent-matching.html
+++ b/intent-matching.html
@@ -442,7 +442,7 @@ id: intent_matching
                         Terms follow the same syntax as in intent definition.
                     </li>
                     <li>
-                        When a fragment is referenced in intent (lines 14 and 
15) it is replaced with its terms.
+                        When a fragment is referenced in intent (lines 15 and 
18) it is replaced with its terms.
                     </li>
                 </ul>
             </li>
diff --git a/relnotes/release-notes-0.7.1.html 
b/relnotes/release-notes-0.7.1.html
index 5f78c7e..2383c2a 100644
--- a/relnotes/release-notes-0.7.1.html
+++ b/relnotes/release-notes-0.7.1.html
@@ -33,7 +33,7 @@ layout: release-notes
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-139'>NLPCRAFT-139</a> - 
Update LICENSE/NOTICE for <code>NCBlowfishHasher</code> implementation.</li>
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-140'>NLPCRAFT-140</a> - 
Add removal of <code>${USER_HOME}/.nlpcraft</code> to 'pre-clean' phase of 
'clean' Maven lifecycle.</li>
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-148'>NLPCRAFT-148</a> - 
Add auto version update notifier.</li>
-        <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-155'>NLPCRAFT-155</a> - 
Create 'sugsyn' command for <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
+        <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-155'>NLPCRAFT-155</a> - 
Create 'model-sugsyn' command for <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-156'>NLPCRAFT-156</a> - 
Create 'signin' command for <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-157'>NLPCRAFT-157</a> - 
Create 'signout' command for <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
         <li><a target="jira" 
href='https://issues.apache.org/jira/browse/NLPCRAFT-158'>NLPCRAFT-158</a> - 
Create 'ask' command for <a 
href="/tools/script.html"><code>nlpcraft.{sh|cmd}</code></a> script.</li>
diff --git a/relnotes/release-notes-0.7.3.html 
b/relnotes/release-notes-0.7.3.html
index ae5dbbf..e7095b2 100644
--- a/relnotes/release-notes-0.7.3.html
+++ b/relnotes/release-notes-0.7.3.html
@@ -53,7 +53,7 @@ layout: release-notes
         <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-178'>NLPCRAFT-178</a> - 
Fix flow matching design to use regex.</li>
         <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-180'>NLPCRAFT-180</a> - 
Swagger API on the website.</li>
         <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-185'>NLPCRAFT-185</a> - 
<b>ContextWordServer</b> works only for python version 3.6-3.8.</li>
-        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-188'>NLPCRAFT-188</a> - 
<code>sugsyn</code> CLI command problem.</li>
+        <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-188'>NLPCRAFT-188</a> - 
<code>model-sugsyn</code> CLI command problem.</li>
         <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-190'>NLPCRAFT-190</a> - 
REST requests timeout.</li>
         <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-202'>NLPCRAFT-202</a> - 
Some cities are not recognized well.</li>
         <li><a 
href='https://issues.apache.org/jira/browse/NLPCRAFT-203'>NLPCRAFT-203</a> - 
Intents matching order error.</li>
diff --git a/tools/syn_tool.html b/tools/syn_tool.html
index 8478684..2be6fea 100644
--- a/tools/syn_tool.html
+++ b/tools/syn_tool.html
@@ -136,8 +136,8 @@ fa_icon: fa-tools
         <div class="tab-content">
             <div class="tab-pane fade show active" id="nav-script" 
role="tabpanel">
                 <pre class="brush: bash">
-                    $ bin/nlpcraft.sh help --cmd=sugsyn
-                    $ bin/nlpcraft.sh sugsyn --mdlId=nlpcraft.alarm.ex 
--minScore=0.5
+                    $ bin/nlpcraft.sh help --cmd=model-sugsyn
+                    $ bin/nlpcraft.sh model-sugsyn --mdlId=nlpcraft.alarm.ex 
--minScore=0.5
                 </pre>
                 <p>
                     <b>NOTES:</b>
@@ -159,7 +159,7 @@ fa_icon: fa-tools
                         for <i class="fab fa-fw fa-windows"></i>.
                     </li>
                     <li>
-                        Run <code class="script">bin/nlpcraft.sh help 
--cmd=sugsyn</code> to get a full help on this command.
+                        Run <code class="script">bin/nlpcraft.sh help 
--cmd=model-sugsyn</code> to get a full help on this command.
                     </li>
                 </ul>
             </div>

Reply via email to