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/02/23 14:26:41 UTC

[incubator-nlpcraft] branch NLPCRAFT-246 updated (a4c4b10 -> b1dd336)

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

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


    from a4c4b10  Merge branch 'master' into NLPCRAFT-246
     add e5846b1  Minor performance improvements.
     add e67355f  Direct synonyms priorities issue.
     new b1dd336  Merge branch 'master' into NLPCRAFT-246

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:
 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 14 ++-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 31 ++++++-
 .../nlpcraft/model/jiggle/NCJiggleSpec.scala       | 99 ++++++++++++++++++++++
 3 files changed, 141 insertions(+), 3 deletions(-)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/jiggle/NCJiggleSpec.scala


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

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

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

commit b1dd3364c5c4385a75dc6ef18f864bb916f23469
Merge: a4c4b10 e67355f
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Tue Feb 23 17:26:16 2021 +0300

    Merge branch 'master' into NLPCRAFT-246

 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 14 ++-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 31 ++++++-
 .../nlpcraft/model/jiggle/NCJiggleSpec.scala       | 99 ++++++++++++++++++++++
 3 files changed, 141 insertions(+), 3 deletions(-)