This is an automated email from the ASF dual-hosted git repository.
ifropc pushed a change to branch NLPCRAFT-91
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
discard a6b0da5 NLPCRAFT-91: Initial files
add 0fe229f Update NCCli.scala
add 405b5ac split-trim-filter refactoring.
add 880f25d Improvements on CLI docs.
add b94b2f5 WIP.
add 6ee9a38 WIP.
add 2ed70a1 Fixed NLPCRAFT-193.
add a40edca Application properties for akka moved into application.conf.
add 50fcffd NLPCRAFT-194 fix.
add b654f19 Fix for NLPCRAFT-198
new 46a3a62 NLPCRAFT-91: Initial files
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a6b0da5)
\
N -- N -- N refs/heads/NLPCRAFT-91 (46a3a62)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
.../resources/{reference.conf => application.conf} | 1 +
.../nlpcraft/common/config/NCConfigurable.scala | 24 +-
.../nlpcraft/common/makro/NCMacroParser.scala | 3 +-
.../common/nlp/numeric/NCNumericGenerator.scala | 3 +-
.../common/nlp/numeric/NCNumericManager.scala | 2 +-
.../org/apache/nlpcraft/common/util/NCUtils.scala | 35 +-
.../nlpcraft/examples/sql/db/SqlBuilder.scala | 6 +-
.../nlpcraft/examples/sql/db/SqlValueLoader.scala | 4 +-
.../nlpcraft/examples/time/TimeModelApp.java | 4 +-
.../nlpcraft/model/tools/cmdline/NCCli.scala | 1660 +++-----------------
.../model/tools/cmdline/NCCliCommands.scala | 1135 +++++++++++++
.../model/tools/cmdline/NCCliRestSpec.scala | 326 ++++
.../model/tools/embedded/NCEmbeddedProbe.java | 68 +-
.../sqlgen/impl/NCSqlModelGeneratorImpl.scala | 18 +-
.../model/tools/test/NCTestAutoModelValidator.java | 104 +-
.../test/impl/NCTestAutoModelValidatorImpl.scala | 50 +-
.../scala/org/apache/nlpcraft/probe/NCProbe.scala | 9 +-
.../org/apache/nlpcraft/probe/NCProbeBoot.scala | 88 +-
.../probe/mgrs/deploy/NCDeployManager.scala | 14 +-
.../mgrs/nlp/enrichers/limit/NCLimitEnricher.scala | 5 +-
.../geo/tools/metro/NCGeoMetroGenerator.scala | 4 +-
.../server/nlp/enrichers/date/NCDateEnricher.scala | 2 +-
.../server/nlp/enrichers/date/NCDateParser.scala | 9 +-
.../enrichers/stopword/NCStopWordEnricher.scala | 4 +-
.../server/nlp/preproc/NCPreProcessManager.scala | 10 +-
.../server/nlp/spell/NCSpellCheckManager.scala | 2 +-
.../org/apache/nlpcraft/server/sql/NCSql.scala | 2 +-
.../apache/nlpcraft/server/sql/NCSqlManager.scala | 2 +-
.../server/sugsyn/NCSuggestSynonymManager.scala | 2 +-
.../scala/org/apache/nlpcraft/NCTestContext.scala | 4 +-
.../nlpcraft/model/intent/dsl/NCDslSpec.scala | 5 +-
.../intent/impl/NCIntentSolverEngineSpec.scala | 3 +-
.../sqlgen/impl/NCSqlModelGeneratorImplSpec.scala | 5 +-
33 files changed, 1947 insertions(+), 1666 deletions(-)
rename nlpcraft/src/main/resources/{reference.conf => application.conf} (90%)
create mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliCommands.scala
create mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCliRestSpec.scala