This is an automated email from the ASF dual-hosted git repository.
smakov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 2ad2eba Tests minor refactoring.
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.
new 3176d26 Merge pull request #8 from apache/NLPCRAFT-87
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:
.../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 +-
9 files changed, 100096 insertions(+), 43 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%)