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 a72b3ae WIP.
a72b3ae is described below
commit a72b3ae3a1ac279d99d998aaa44907aabe398d7f
Author: skhdl <[email protected]>
AuthorDate: Wed Nov 2 15:59:53 2022 +0400
WIP.
---
api-components.html | 4 ++--
images/pipeline.png | Bin 90810 -> 123644 bytes
images/text-tokens-entities.png | Bin 59361 -> 80619 bytes
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api-components.html b/api-components.html
index 1e82102..8e9fed5 100644
--- a/api-components.html
+++ b/api-components.html
@@ -105,8 +105,8 @@ id: api-components
is a list of <code>entities</code>. Potentially, each
<code>token</code> can be recognized as
different <code>entities</code>,
so user input can be processed as set of
<code>variants</code>.
- For example user input "Mercedes" can be processed as two
<code>variants</code>,
- both of them contains single element list of
<code>entities</code>: <b>car brand</b> or <b>Spanish female name</b>.
+ For example user input <b>crane</b> can be processed as
two <code>variants</code>,
+ both of them contains single element list of
<code>entities</code>: <b>bird</b> or <b>mechanism</b>.
When words are not overlapped with different
<code>entities</code> there is only one
<code>variant</code> detected.
</td>
diff --git a/images/pipeline.png b/images/pipeline.png
index 6890dcd..fa0ab9a 100644
Binary files a/images/pipeline.png and b/images/pipeline.png differ
diff --git a/images/text-tokens-entities.png b/images/text-tokens-entities.png
index 6a3bb50..1bdc2ba 100644
Binary files a/images/text-tokens-entities.png and
b/images/text-tokens-entities.png differ