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 45043d9 WIP.
45043d9 is described below
commit 45043d94de200ad2142049b6103bc6293e85b429
Author: skhdl <[email protected]>
AuthorDate: Mon Oct 31 17:52:29 2022 +0400
WIP.
---
api-components.html | 12 +++++++++++-
images/pipeline.png | Bin 0 -> 69190 bytes
images/text-tokens-entities.png | Bin 0 -> 57325 bytes
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/api-components.html b/api-components.html
index 8cfffbb..9df1e2a 100644
--- a/api-components.html
+++ b/api-components.html
@@ -115,6 +115,11 @@ id: api-components
</tbody>
</table>
+ <figure>
+ <img alt="named entities" class="img-fluid"
src="/images/text-tokens-entities.png">
+ <figcaption><b>Fig 2.</b> Named Entities</figcaption>
+ </figure>
+
<p>
When <code>Variant</code> is prepared, the suitable
<code>Intent</code> is trying to matched with it.
</p>
@@ -214,7 +219,7 @@ id: api-components
<li>
Have prepared intent:
<pre class="brush: scala, highlight: [1, 2, 5, 6]">
- @NCIntent("intent=call term(command)={# == command'}
term(person)={# == 'person'}")
+ @NCIntent("intent=call term(command)={# == 'command'}
term(person)={# == 'person'}")
def onCommand(
ctx: NCContext,
im: NCIntentMatch,
@@ -362,6 +367,11 @@ id: api-components
contains following components:
</p>
+ <figure>
+ <img alt="pipeline" class="img-fluid" src="/images/pipeline.png">
+ <figcaption><b>Fig 2.</b>Pipeline</figcaption>
+ </figure>
+
<table class="gradient-table">
<thead>
<tr>
diff --git a/images/pipeline.png b/images/pipeline.png
new file mode 100644
index 0000000..36af5d9
Binary files /dev/null and b/images/pipeline.png differ
diff --git a/images/text-tokens-entities.png b/images/text-tokens-entities.png
new file mode 100644
index 0000000..60d5a35
Binary files /dev/null and b/images/text-tokens-entities.png differ