This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-287 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit 925a257a9ea9f3c1bb0ff7c814ea972850c10208 Author: Sergey Kamov <[email protected]> AuthorDate: Thu Apr 15 22:01:41 2021 +0300 WIP. --- .../main/scala/org/apache/nlpcraft/common/nlp/NCNlpSentence.scala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/nlp/NCNlpSentence.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/nlp/NCNlpSentence.scala index 792ad1b..ef42781 100644 --- a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/nlp/NCNlpSentence.scala +++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/nlp/NCNlpSentence.scala @@ -39,10 +39,10 @@ import org.apache.nlpcraft.common.nlp.NCNlpSentence._ * @param text Normalized text. * @param enabledBuiltInToks Enabled built-in tokens. * @param tokens Initial buffer. - * @param firstProbePhase Flag (processing state issue). - * @param deletedNotes Deleted overridden notes with their tokens (processing state issue). - * @param initNlpNotes Initial NLP tokens (processing state issue). - * @param nlpTokens NLP tokens (processing state issue). + * @param firstProbePhase Processing phase flag. + * @param deletedNotes Deleted overridden notes with their tokens. + * @param initNlpNotes Initial NLP tokens. + * @param nlpTokens NLP tokens. */ class NCNlpSentence( val srvReqId: String,
