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 ae10812 Merge branch 'master' into NLPCRAFT-287
new 1f85c57 WIP.
new 497de8c WIP.
The 2 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/nlp/NCNlpSentenceNote.scala | 20 +-
.../org/apache/nlpcraft/common/util/NCUtils.scala | 11 +-
.../scala/org/apache/nlpcraft/model/NCToken.java | 14 +
.../apache/nlpcraft/model/impl/NCTokenLogger.scala | 9 +-
.../apache/nlpcraft/model/impl/NCTokenPimp.scala | 1 +
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 1 +
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 927 +++++++++++----------
.../intent/solver/NCIntentSolverVariant.scala | 14 +-
.../nlpcraft/probe/mgrs/NCProbeSynonym.scala | 87 +-
.../probe/mgrs/deploy/NCDeployManager.scala | 15 +-
.../nlpcraft/probe/mgrs/model/NCModelManager.scala | 7 +-
.../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 33 +-
.../probe/mgrs/sentence/NCSentenceManager.scala | 24 +-
.../compiler/functions/NCIdlFunctionsToken.scala | 2 +
15 files changed, 618 insertions(+), 549 deletions(-)