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%)