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 208d32f WIP.
208d32f is described below
commit 208d32f23582480026fc7f98e88d24b362863bed
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Jan 13 21:43:42 2023 +0400
WIP.
---
built-in-entity-parser.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/built-in-entity-parser.html b/built-in-entity-parser.html
index bb784e0..0758969 100644
--- a/built-in-entity-parser.html
+++ b/built-in-entity-parser.html
@@ -82,13 +82,13 @@ id: built-in-entity-parser
<h2 class="section-title">NLP Parser<a href="#"><i class="top-link fas
fa-fw fa-angle-double-up"></i></a></h2>
<p>
- {% scaladoc nlp/parsers/NCOpenNLPTokenParser NCOpenNLPTokenParser
%} converts NLP tokens into entities with four mandatory properties:
- <code>nlp:token:text</code>, <code>nlp:token:index</code>,
<code>nlp:token:startCharIndex</code> and
- <code>nlp:token:endCharIndex</code>.
+ {% scaladoc nlp/parsers/NCNLPEntityParser NCNLPEntityParser %}
converts NLP tokens into entities with four mandatory properties:
+ <code>nlp:entity:text</code>, <code>nlp:entity:index</code>,
<code>nlp:entity:startCharIndex</code> and
+ <code>nlp:entity:endCharIndex</code>.
However, if any other {% scaladoc NCTokenEnricher NCTokenEnricher
%} components
are registered in the {% scaladoc NCPipeline NCPipeline %}
and they add other properties into the tokens,
- these properties also will be copied with names prefixed with
<code>nlp:token:</code>.
+ these properties also will be copied with names prefixed with
<code>nlp:entity:</code>.
It is language independent component.
Note that converted tokens set can be restricted by predicate.
</p>