This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-520
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-520 by this push:
     new 46635558 WIP.
46635558 is described below

commit 46635558d15d1fb30c699b9075e460d351cce242
Author: Sergey Kamov <skhem...@gmail.com>
AuthorDate: Fri Jan 6 17:46:12 2023 +0400

    WIP.
---
 .../main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala  | 1 +
 .../scala/org/apache/nlpcraft/nlp/parsers/NCSemanticEntityParser.scala  | 2 ++
 2 files changed, 3 insertions(+)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala
index 7c4e8bb9..21165d08 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticElement.scala
@@ -44,6 +44,7 @@ import org.apache.nlpcraft.*
   *
   * See detailed description on the website 
[[https://nlpcraft.apache.org/built-in-entity-parser.html#parser-semantic 
Semantic Parser]].
   *
+  *
   * @see [[NCSemanticEntityParser]]
   */
 trait NCSemanticElement:
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticEntityParser.scala
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticEntityParser.scala
index 2b4e3742..e0da8082 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticEntityParser.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/nlp/parsers/NCSemanticEntityParser.scala
@@ -150,7 +150,9 @@ import NCSemanticEntityParser.*
   *       - "{&lt;CUR&gt;|_} &lt;TIME>"
   *       - "what &lt;TIME&gt; {is it now|now|is it|_}"
   * </pre>
+  *
   * See detailed description on the website 
[[https://nlpcraft.apache.org/built-in-entity-parser.html#parser-semantic 
Semantic Parser]].
+  * Also look at the 
[[https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples 
examples section]].
   *
   * **NOTE:** [[NCSemanticElement]] synonyms, **stemmer** and **parser** 
parameters must be configured for the same language.
   * `stemmer` implementation language should be corresponded to other 
components of [[NCPipeline]], but

Reply via email to