This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-513
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/NLPCRAFT-513 by this push:
new 23d0531 WIP.
23d0531 is described below
commit 23d05315ee4020a5b4647b9d1501778863c57286
Author: skhdl <[email protected]>
AuthorDate: Thu Nov 3 15:34:43 2022 +0400
WIP.
---
examples/light_switch.html | 2 +-
examples/light_switch_fr.html | 6 +++---
examples/light_switch_ru.html | 6 +++---
examples/pizzeria.html | 4 ++--
examples/time.html | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/examples/light_switch.html b/examples/light_switch.html
index 5234431..f7df88c 100644
--- a/examples/light_switch.html
+++ b/examples/light_switch.html
@@ -256,7 +256,7 @@ fa_icon: fa-cube
</li>
<li>
<code>Line 11</code> calls a special method
- <a
href="../apis/latest/org/apache/nlpcraft/NCModelClient.html#debugAsk-fffff96c">debugAsk()</a>.
+ {% scaladoc NCModelClient#debugAsk-fffff96c debugAsk() %}.
It allows to check the winning intent and its callback
parameters without actually
calling the intent.
</li>
diff --git a/examples/light_switch_fr.html b/examples/light_switch_fr.html
index 0416e8f..2eaa697 100644
--- a/examples/light_switch_fr.html
+++ b/examples/light_switch_fr.html
@@ -52,8 +52,8 @@ fa_icon: fa-cube
version := "{{site.latest_version}}",
libraryDependencies += "org.apache.nlpcraft" % "nlpcraft" %
"{{site.latest_version}}",
libraryDependencies += "org.apache.lucene" %
"lucene-analyzers-common" % "8.11.2",
- libraryDependencies += "org.languagetool" %
"languagetool-core" % "5.8",
- libraryDependencies += "org.languagetool" % "language-fr" %
"5.8",
+ libraryDependencies += "org.languagetool" %
"languagetool-core" % "5.9",
+ libraryDependencies += "org.languagetool" % "language-fr" %
"5.9",
libraryDependencies += "org.scalatest" %% "scalatest" %
"3.2.14" % "test"
)
</pre>
@@ -467,7 +467,7 @@ fa_icon: fa-cube
</li>
<li>
<code>Line 11</code> calls a special method
- <a
href="../apis/latest/org/apache/nlpcraft/NCModelClient.html#debugAsk-fffff96c">debugAsk()</a>.
+ {% scaladoc NCModelClient#debugAsk-fffff96c debugAsk() %}.
It allows to check the winning intent and its callback
parameters without actually
calling the intent.
</li>
diff --git a/examples/light_switch_ru.html b/examples/light_switch_ru.html
index 05980c3..daee4a6 100644
--- a/examples/light_switch_ru.html
+++ b/examples/light_switch_ru.html
@@ -52,8 +52,8 @@ fa_icon: fa-cube
version := "{{site.latest_version}}",
libraryDependencies += "org.apache.nlpcraft" % "nlpcraft" %
"{{site.latest_version}}",
libraryDependencies += "org.apache.lucene" %
"lucene-analyzers-common" % "8.11.2",
- libraryDependencies += "org.languagetool" %
"languagetool-core" % "5.8",
- libraryDependencies += "org.languagetool" % "language-ru" %
"5.8",
+ libraryDependencies += "org.languagetool" %
"languagetool-core" % "5.9",
+ libraryDependencies += "org.languagetool" % "language-ru" %
"5.9",
libraryDependencies += "org.scalatest" %% "scalatest" %
"3.2.14" % "test"
)
</pre>
@@ -461,7 +461,7 @@ fa_icon: fa-cube
</li>
<li>
<code>Line 11</code> calls a special method
- <a
href="../apis/latest/org/apache/nlpcraft/NCModelClient.html#debugAsk-fffff96c">debugAsk()</a>.
+ {% scaladoc NCModelClient#debugAsk-fffff96c debugAsk() %}.
It allows to check the winning intent and its callback
parameters without actually
calling the intent.
</li>
diff --git a/examples/pizzeria.html b/examples/pizzeria.html
index 7dfc401..b2327ca 100644
--- a/examples/pizzeria.html
+++ b/examples/pizzeria.html
@@ -649,7 +649,7 @@ fa_icon: fa-cube
</li>
<li>
<code>Line 30</code> defines helper method
- <a
href="../apis/latest/org/apache/nlpcraft/NCEntityMapper.html#map-fffff77c">map()</a>
w
+ {% scaladoc NCEntityMapper#map-fffff77c map() %} w
hich clones <code>destEn</code> entity,
extends it by <code>extraEnt</code> tokens and
<code>destProp</code> property and, as result,
returns new entities instances instead of passed into the
method.
@@ -950,7 +950,7 @@ fa_icon: fa-cube
<li>
<code>Line 61</code> defines test helper method
<code>dialog()</code>.
It sends request to model via client's method
- <a
href="../apis/latest/org/apache/nlpcraft/NCModelClient.html#ask-fffff9ce">ask()</a>
+ {% scaladoc NCModelClient#ask-fffff9ce ask() %}
and accumulates execution results.
</li>
<li>
diff --git a/examples/time.html b/examples/time.html
index b5aa6e5..a2a4bec 100644
--- a/examples/time.html
+++ b/examples/time.html
@@ -297,7 +297,7 @@ fa_icon: fa-cube
</li>
<li>
<code>Line 11</code> calls a special method
- <a
href="../apis/latest/org/apache/nlpcraft/NCModelClient.html#debugAsk-fffff96c">debugAsk()</a>.
+ {% scaladoc NCModelClient#debugAsk-fffff96c debugAsk() %}.
It allows to check the winning intent and its callback
parameters without actually
calling the intent.
</li>