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/12/13 10:42:17 UTC

[incubator-nlpcraft] branch master_test updated (a5d2b56 -> 9f3c9f4)

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

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


    from a5d2b56  WIP.
     add f0fdb5b  Update pom.xml
     add 95228d0  Added lifecycle support back.
     new 9f3c9f4  Merge branch 'master' into master_test

The 1 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:
 .../main/scala/org/apache/nlpcraft/NCEntityEnricher.java  |  2 +-
 .../main/scala/org/apache/nlpcraft/NCEntityParser.java    |  2 +-
 .../nlpcraft/{NCTokenParser.java => NCLIfecycle.java}     | 15 +++++++--------
 .../src/main/scala/org/apache/nlpcraft/NCModelClient.java | 12 +++++++++++-
 .../main/scala/org/apache/nlpcraft/NCTokenEnricher.java   |  2 +-
 .../src/main/scala/org/apache/nlpcraft/NCTokenParser.java |  2 +-
 pom.xml                                                   |  2 +-
 7 files changed, 23 insertions(+), 14 deletions(-)
 copy nlpcraft/src/main/scala/org/apache/nlpcraft/{NCTokenParser.java => NCLIfecycle.java} (83%)

[incubator-nlpcraft] 01/01: Merge branch 'master' into master_test

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9f3c9f4c4f9de181c37ae3b4216e8eeb12fc36cf
Merge: a5d2b56 95228d0
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Mon Dec 13 13:42:04 2021 +0300

    Merge branch 'master' into master_test

 .../main/scala/org/apache/nlpcraft/NCEntityEnricher.java  |  2 +-
 .../main/scala/org/apache/nlpcraft/NCEntityParser.java    |  2 +-
 .../nlpcraft/{NCTokenParser.java => NCLIfecycle.java}     | 15 +++++++--------
 .../src/main/scala/org/apache/nlpcraft/NCModelClient.java | 12 +++++++++++-
 .../main/scala/org/apache/nlpcraft/NCTokenEnricher.java   |  2 +-
 .../src/main/scala/org/apache/nlpcraft/NCTokenParser.java |  2 +-
 pom.xml                                                   |  2 +-
 7 files changed, 23 insertions(+), 14 deletions(-)