You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/01/26 19:23:57 UTC

[incubator-nlpcraft] branch NLPCRAFT-111 updated (4208a28 -> 2c64be4)

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

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


    from 4208a28  WIP.
     add f63c9d0  NLP sentence processing minor fix.
     add fc2e3ea  Prep for 0.7.4 release.
     new 2c64be4  Merge branch 'master' into NLPCRAFT-111

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:
 README.md                                          |   4 +-
 docker/readme.md                                   |  14 +--
 nlpcraft-stanford/pom.xml                          |   2 +-
 nlpcraft/pom.xml                                   |   2 +-
 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 131 ++++++++++++++-------
 .../apache/nlpcraft/common/version/NCVersion.scala |   3 +-
 .../nlp/enrichers/limit/NCEnricherLimitSpec.scala  |  21 +++-
 .../nlp/enrichers/sort/NCEnricherSortSpec.scala    |   5 +
 openapi/nlpcraft_swagger.yml                       |   2 +-
 pom.xml                                            |   4 +-
 10 files changed, 129 insertions(+), 59 deletions(-)


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

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

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

commit 2c64be4be069e171a8bde8d7729ef9ec3d34fa71
Merge: 4208a28 fc2e3ea
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Tue Jan 26 11:23:38 2021 -0800

    Merge branch 'master' into NLPCRAFT-111

 README.md                                          |   4 +-
 docker/readme.md                                   |  14 +--
 nlpcraft-stanford/pom.xml                          |   2 +-
 nlpcraft/pom.xml                                   |   2 +-
 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 131 ++++++++++++++-------
 .../apache/nlpcraft/common/version/NCVersion.scala |   3 +-
 .../nlp/enrichers/limit/NCEnricherLimitSpec.scala  |  21 +++-
 .../nlp/enrichers/sort/NCEnricherSortSpec.scala    |   5 +
 openapi/nlpcraft_swagger.yml                       |   2 +-
 pom.xml                                            |   4 +-
 10 files changed, 129 insertions(+), 59 deletions(-)