You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/04/15 19:02:41 UTC

[incubator-nlpcraft] branch NLPCRAFT-287 updated (9c579f5 -> 4f0e87c)

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

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


    from 9c579f5  WIP.
     new 925a257  WIP.
     add a7604bf  CLI templates.zip updated.
     new 4f0e87c  Merge branch 'master' into NLPCRAFT-287

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nlpcraft/src/main/resources/cli/templates.zip       | Bin 73619 -> 73527 bytes
 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala  |   8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)

[incubator-nlpcraft] 01/02: WIP.

Posted by se...@apache.org.
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 <sk...@gmail.com>
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,

[incubator-nlpcraft] 02/02: Merge branch 'master' into NLPCRAFT-287

Posted by se...@apache.org.
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 4f0e87ccb5efa241f5742936513fa6876ee753a6
Merge: 925a257 a7604bf
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Thu Apr 15 22:01:47 2021 +0300

    Merge branch 'master' into NLPCRAFT-287

 nlpcraft/src/main/resources/cli/templates.zip | Bin 73619 -> 73527 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)