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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4d5ffc0e WIP.
4d5ffc0e is described below

commit 4d5ffc0e964a621df1beb08ade6619b81654bc7c
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Dec 9 00:47:55 2022 +0400

    WIP.
---
 .../org/apache/nlpcraft/NCPipelineBuilder.scala    | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala
index 5b945e07..fb21dcce 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipelineBuilder.scala
@@ -237,11 +237,11 @@ class NCPipelineBuilder:
       *     and
       *     
[[https://raw.githubusercontent.com/richardwilly98/elasticsearch-opennlp-auto-tagging/master/src/main/resources/models/en-lemmatizer.dict
 en-lemmatizer.dict]] model for
       *     
[[https://opennlp.apache.org/docs/2.0.0/apidocs/opennlp-tools/opennlp/tools/lemmatizer/DictionaryLemmatizer.html
 DictionaryLemmatizer]].
-      *  - [[NCEnStopWordsTokenEnricher `Stop-word`]] token enricher.
-      *  - [[NCEnSwearWordsTokenEnricher `Swear-word`]] token enricher 
initialized by
+      *  - [[NCEnStopWordsTokenEnricher Stop-word]] token enricher.
+      *  - [[NCEnSwearWordsTokenEnricher Swear-word]] token enricher 
initialized by
       *    
[[https://raw.githubusercontent.com/apache/incubator-nlpcraft/external_config/external/badfilter/swear_words.txt
 swear_words.txt]] dictionary.
-      *  - [[NCEnQuotesTokenEnricher `Quotes`]] token enricher.
-      *  - [[NCEnDictionaryTokenEnricher `Known-word`]] token enricher.
+      *  - [[NCEnQuotesTokenEnricher Quotes]] token enricher.
+      *  - [[NCEnDictionaryTokenEnricher Known-word]] token enricher.
       *  - [[NCEnBracketsTokenEnricher Brackets]] token enricher.
       *
       * @param lang ISO 639-1 language code. Currently, only "en" (English) is 
supported.
@@ -275,11 +275,11 @@ class NCPipelineBuilder:
       *     and
       *     
[[https://raw.githubusercontent.com/richardwilly98/elasticsearch-opennlp-auto-tagging/master/src/main/resources/models/en-lemmatizer.dict
 en-lemmatizer.dict]] model for
       *     
[[https://opennlp.apache.org/docs/2.0.0/apidocs/opennlp-tools/opennlp/tools/lemmatizer/DictionaryLemmatizer.html
 DictionaryLemmatizer]].
-      *  - [[NCEnStopWordsTokenEnricher `Stop-word`]] token enricher.
-      *  - [[NCEnSwearWordsTokenEnricher `Swear-word`]] token enricher 
initialized by
+      *  - [[NCEnStopWordsTokenEnricher Stop-word]] token enricher.
+      *  - [[NCEnSwearWordsTokenEnricher Swear-word]] token enricher 
initialized by
       *    
[[https://raw.githubusercontent.com/apache/incubator-nlpcraft/external_config/external/badfilter/swear_words.txt
 swear_words.txt]] dictionary.
-      *  - [[NCEnQuotesTokenEnricher `Quotes`]] token enricher.
-      *  - [[NCEnDictionaryTokenEnricher `Known-word`]] token enricher.
+      *  - [[NCEnQuotesTokenEnricher Quotes]] token enricher.
+      *  - [[NCEnDictionaryTokenEnricher Known-word]] token enricher.
       *  - [[NCEnBracketsTokenEnricher Brackets]] token enricher.
       *
       * @param lang ISO 639-1 language code. Currently, only "en" (English) is 
supported.
@@ -300,11 +300,11 @@ class NCPipelineBuilder:
       *     and
       *     
[[https://raw.githubusercontent.com/richardwilly98/elasticsearch-opennlp-auto-tagging/master/src/main/resources/models/en-lemmatizer.dict
 en-lemmatizer.dict]] model for
       *     
[[https://opennlp.apache.org/docs/2.0.0/apidocs/opennlp-tools/opennlp/tools/lemmatizer/DictionaryLemmatizer.html
 DictionaryLemmatizer]].
-      *  - [[NCEnStopWordsTokenEnricher `Stop-word`]] token enricher.
-      *  - [[NCEnSwearWordsTokenEnricher `Swear-word`]] token enricher 
initialized by
+      *  - [[NCEnStopWordsTokenEnricher Stop-word]] token enricher.
+      *  - [[NCEnSwearWordsTokenEnricher Swear-word]] token enricher 
initialized by
       *    
[[https://raw.githubusercontent.com/apache/incubator-nlpcraft/external_config/external/badfilter/swear_words.txt
 swear_words.txt]] dictionary.
-      *  - [[NCEnQuotesTokenEnricher `Quotes`]] token enricher.
-      *  - [[NCEnDictionaryTokenEnricher `Known-word`]] token enricher.
+      *  - [[NCEnQuotesTokenEnricher Quotes]] token enricher.
+      *  - [[NCEnDictionaryTokenEnricher Known-word]] token enricher.
       *  - [[NCEnBracketsTokenEnricher Brackets]] token enricher.
       *
       * @param lang ISO 639-1 language code. Currently, only "en" (English) is 
supported.

Reply via email to