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

aradzinski 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 f5b90481 Update NCPipeline.java
     new 1af559e8 Merge branch 'master' of 
https://github.com/apache/incubator-nlpcraft
f5b90481 is described below

commit f5b9048128a6b7bf88a4e2b52e79e4a9bab9b299
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Apr 8 10:03:41 2022 -0700

    Update NCPipeline.java
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipeline.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipeline.java 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipeline.java
index 867d20ea..bc906b04 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipeline.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/NCPipeline.java
@@ -45,7 +45,8 @@ import java.util.Optional;
  * <ul>
  *     <li>
  *         {@link NCTokenParser} is responsible for taking the input text and 
tokenize it into a list of
- *         {@link NCToken}. This process is called tokenization, i.e. the 
process of demarcating and
+ *         {@link NCToken
+ *         }. This process is called tokenization, i.e. the process of 
demarcating and
  *         classifying sections of a string of input characters. There's only 
one token parser for the pipeline.
  *     </li>
  *     <li>

Reply via email to