This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 732e535 Update NCCli.scala
new 0fe229f Update NCCli.scala
new 405b5ac split-trim-filter refactoring.
new 880f25d Improvements on CLI docs.
The 3 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:
.../nlpcraft/common/config/NCConfigurable.scala | 6 +-
.../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/model/tools/cmdline/NCCli.scala | 121 ++++++++++++++++++---
.../sqlgen/impl/NCSqlModelGeneratorImpl.scala | 18 +--
.../test/impl/NCTestAutoModelValidatorImpl.scala | 4 +-
.../org/apache/nlpcraft/probe/NCProbeBoot.scala | 2 +-
.../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 +-
.../intent/impl/NCIntentSolverEngineSpec.scala | 3 +-
.../sqlgen/impl/NCSqlModelGeneratorImplSpec.scala | 5 +-
24 files changed, 191 insertions(+), 77 deletions(-)