This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-287
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 130b3cf WIP.
new e6451e5 WIP.
new 101e215 WIP.
new 24a169c WIP.
new de6df64 WIP.
new facba33 WIP.
add a3f9f2b start_with() => starts_with, end_with => ends_with() for
consistency with JDK.
new 9beb631 Merge branch 'master' into NLPCRAFT-287
The 6 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:
.../model/intent/compiler/NCIdlCompilerBase.scala | 8 +-
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 4 +-
.../intent/compiler/antlr4/NCIdlBaseListener.java | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 685 +++++++++++----------
.../intent/compiler/antlr4/NCIdlListener.java | 2 +-
.../model/intent/compiler/antlr4/NCIdlParser.java | 2 +-
.../apache/nlpcraft/probe/mgrs/NCProbeModel.scala | 10 +-
.../nlpcraft/probe/mgrs/NCProbeSynonym.scala | 97 ++-
.../probe/mgrs/deploy/NCDeployManager.scala | 34 +-
.../nlpcraft/probe/mgrs/model/NCModelManager.scala | 37 +-
.../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 281 ++++-----
.../org/apache/nlpcraft/model/NCIdlSpec.scala | 2 +-
.../org/apache/nlpcraft/model/NCIdlSpec2.scala | 2 +-
.../nlpcraft/model/intent/idl/NCIdlTestSpec.scala | 2 +-
.../intent/idl/compiler/NCIdlCompilerSpec.scala | 8 +-
.../compiler/functions/NCIdlFunctionsStrings.scala | 8 +-
.../nlpcraft/model/intent/idl/idl_test_model.yaml | 2 +-
.../model/NCEnricherNestedModelSpec.scala | 48 +-
19 files changed, 604 insertions(+), 632 deletions(-)