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 a75ab20 WIP.
a75ab20 is described below
commit a75ab202d8aad5ccfdcec8879d4a3525e6abf9dc
Author: skhdl <[email protected]>
AuthorDate: Fri Oct 21 20:55:41 2022 +0400
WIP.
---
built-components.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/built-components.html b/built-components.html
index 8894a53..a29c329 100644
--- a/built-components.html
+++ b/built-components.html
@@ -123,7 +123,8 @@ id: overview
Look at the detailed information <a
href="https://nlp.stanford.edu/software/CRF-NER.shtml">here</a>.
</li>
<li>
- <code>NCSemanticEntityParser</code> is
wrapper..........
+ <code>NCSemanticEntityParser</code> is entity parser
which is based on list of synonyms elements.
+ This component is described with more details below in
<a href="#semantic">Semantic enrichers</a> section.
</li>
</ul>
</li>
@@ -152,6 +153,12 @@ id: overview
<li><code>NCEnDictionaryTokenEnricher</code></li>
<li><code>NCEnBracketsTokenEnricher</code></li>
</ul>
+ </section>
+ <section id="semantic">
+ <h2 class="section-title">Semantic enrichers <a href="#"><i
class="top-link fas fa-fw fa-angle-double-up"></i></a></h2>
+ </section>
+ <section id="examples">
+ <h2 class="section-title">Examples <a href="#"><i class="top-link fas
fa-fw fa-angle-double-up"></i></a></h2>
<p>Typical usage example:</p>
@@ -219,6 +226,8 @@ id: overview
<ul class="side-nav">
<li class="side-nav-title">On This Page</li>
<li><a href="#overview">Overview</a></li>
+ <li><a href="#semantic">Semantic enrichers</a></li>
+ <li><a href="#examples">Examples</a></li>
{% include quick-links.html %}
</ul>
</div>