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 2020/08/12 22:57:59 UTC

[incubator-nlpcraft] branch NLPCRAFT-41 updated (2f0bd2d -> a86daef)

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

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


    from 2f0bd2d  REST server gzip Accept-Encoding support added.
     add f151f7e  NLPCRAFT-87: Probe start-up time improvements.
     add b030c8e  Merge branch 'master' into NLPCRAFT-87
     add 81ba674  Quick fixes.
     add de7ba1c  Quick fixes.
     add e438460  Fix for missing license.
     add 3176d26  Merge pull request #8 from apache/NLPCRAFT-87
     add 9ee1715  Update README.md
     new a86daef  Merge branch 'master' into NLPCRAFT-41

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                                          |      3 +-
 .../core/stanford/NCStanfordTokenizerFactory.scala |     18 +-
 nlpcraft/src/main/resources/numeric/numeric.txt    | 100017 ++++++++++++++++++
 .../common/nlp/core/NCNlpCoreManager.scala         |     14 +-
 .../nlp/core/NCNlpTokenizerFactory.scala}          |     10 +-
 .../core/opennlp/NCOpenNlpTokenizerFactory.scala}  |     12 +-
 .../common/nlp/dict/NCDictionaryManager.scala      |     25 +-
 .../common/nlp/numeric/NCNumericGenerator.scala    |      2 +-
 .../common/nlp/numeric/NCNumericManager.scala      |     10 +-
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |     31 +-
 10 files changed, 100098 insertions(+), 44 deletions(-)
 copy nlpcraft/src/main/scala/org/apache/nlpcraft/common/ascii/NCAsciiLike.scala => nlpcraft-stanford/src/main/scala/org/apache/nlpcraft/common/nlp/core/stanford/NCStanfordTokenizerFactory.scala (71%)
 create mode 100644 nlpcraft/src/main/resources/numeric/numeric.txt
 copy nlpcraft/src/main/scala/org/apache/nlpcraft/{server/json/NCJsonLike.scala => common/nlp/core/NCNlpTokenizerFactory.scala} (83%)
 copy nlpcraft/src/main/scala/org/apache/nlpcraft/{server/json/NCJsonLike.scala => common/nlp/core/opennlp/NCOpenNlpTokenizerFactory.scala} (71%)


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

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

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

commit a86daef1ebb704d914ba82b169f456bb1978d3e4
Merge: 2f0bd2d 9ee1715
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Wed Aug 12 15:57:23 2020 -0700

    Merge branch 'master' into NLPCRAFT-41

 README.md                                          |      3 +-
 .../core/stanford/NCStanfordTokenizerFactory.scala |     30 +
 nlpcraft/src/main/resources/numeric/numeric.txt    | 100017 ++++++++++++++++++
 .../common/nlp/core/NCNlpCoreManager.scala         |     14 +-
 .../common/nlp/core/NCNlpTokenizerFactory.scala    |     28 +
 .../core/opennlp/NCOpenNlpTokenizerFactory.scala   |     30 +
 .../common/nlp/dict/NCDictionaryManager.scala      |     25 +-
 .../common/nlp/numeric/NCNumericGenerator.scala    |      2 +-
 .../common/nlp/numeric/NCNumericManager.scala      |     10 +-
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |     31 +-
 10 files changed, 100167 insertions(+), 23 deletions(-)