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 10eaa09 Deploy manager quick fix.
add fb05340 WIP
add bb8c5d8 WIP
add 409e5f9 WIP
add eda7eb4 Fix for NLPCRAFT-426
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
.../alarm/src/main/resources/intents.idl | 4 +-
.../src/main/resources/lightswitch_model.yaml | 2 +-
.../minecraft/src/main/resources/minecraft.yaml | 34 +-
.../apache/nlpcraft/examples/phone/PhoneModel.java | 4 +-
.../apache/nlpcraft/examples/sql/SqlModel.scala | 30 +-
.../sql/src/main/resources/sql_model.yaml | 18 +-
.../apache/nlpcraft/examples/time/TimeModel.java | 6 +-
.../nlpcraft/examples/weather/WeatherModel.java | 8 +-
.../scala/org/apache/nlpcraft/model/NCIntent.java | 2 +-
.../org/apache/nlpcraft/model/NCIntentSample.java | 2 +-
.../org/apache/nlpcraft/model/NCIntentTerm.java | 2 +-
.../model/intent/compiler/NCIdlCompiler.scala | 11 +-
.../model/intent/compiler/NCIdlCompilerBase.scala | 39 +-
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 10 +-
.../model/intent/compiler/antlr4/NCIdl.interp | 2 +-
.../intent/compiler/antlr4/NCIdlBaseListener.java | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 1107 ++++++++++----------
.../intent/compiler/antlr4/NCIdlListener.java | 2 +-
.../model/intent/compiler/antlr4/NCIdlParser.java | 410 ++++----
.../server/nlp/preproc/NCPreProcessManager.scala | 2 +-
.../apache/nlpcraft/common/debug/NCLogSpec.scala | 2 +-
.../nlpcraft/common/makro/NCMacroParserSpec.scala | 10 +-
.../org/apache/nlpcraft/model/NCIdlSpec.scala | 6 +-
.../org/apache/nlpcraft/model/NCIdlSpec2.scala | 10 +-
.../nlpcraft/model/NCIntentPrioritiesSpec.scala | 4 +-
.../apache/nlpcraft/model/NCIntentSampleSpec.scala | 4 +-
.../abstract/NCAbstractTokensIntentsSpec.scala | 8 +-
.../model/abstract/NCAbstractTokensModel.scala | 8 +-
.../model/conversation/NCConversationSpec.scala | 2 +-
.../conversation/NCConversationTimeoutSpec.scala | 2 +-
.../nlpcraft/model/dialog/NCDialogSpec.scala | 22 +-
.../nlpcraft/model/dialog/NCDialogSpec2.scala | 10 +-
.../intent/idl/compiler/NCIdlCompilerSpec.scala | 18 +-
.../idl/compiler/functions/NCIdlFunctions.scala | 2 +
.../compiler/functions/NCIdlFunctionsCompany.scala | 18 +-
.../compiler/functions/NCIdlFunctionsRequest.scala | 10 +-
.../compiler/functions/NCIdlFunctionsStrings.scala | 2 +
.../compiler/functions/NCIdlFunctionsToken.scala | 74 +-
.../functions/NCIdlFunctionsTokensUsed.scala | 8 +-
.../compiler/functions/NCIdlFunctionsUser.scala | 16 +-
.../nlpcraft/model/intent/idl/compiler/test_ok.idl | 4 +-
.../nlpcraft/model/intent/idl/idl_test_model.yaml | 6 +-
.../model/intent/idl/options/NCFreeWordsSpec.scala | 8 +-
.../model/intent/idl/options/NCOrderedSpec.scala | 8 +-
.../model/intent/idl/options/NCStmOnlySpec.scala | 16 +-
.../model/intent/idl/options/NCSysTokensSpec.scala | 8 +-
.../intent/idl/options/NCUserTokensSpec.scala | 8 +-
.../nlpcraft/model/meta/NCMetaResultSpec.scala | 2 +-
.../apache/nlpcraft/model/meta/NCMetaSpec.scala | 2 +-
.../model/properties/NCTokensPropertiesSpec.scala | 4 +-
.../properties/NCTokensRestrictionsSpec.scala | 8 +-
.../apache/nlpcraft/model/stm/NCStmTestModel.scala | 8 +-
.../nlpcraft/model/stm/indexes/NCLimitSpec.scala | 14 +-
.../model/stm/indexes/NCRelationSpec.scala | 16 +-
.../nlpcraft/model/stm/indexes/NCSortSpec.scala | 24 +-
.../model/synonyms/NCSuspSynonymsSpec.scala | 2 +-
.../nlpcraft/model/synonyms/NCSynonymsSpec.scala | 10 +-
.../model/synonyms/NCSynonymsValuesSpec.scala | 2 +-
.../mgrs/deploy/NCModelNestedSamplesSpec.scala | 2 +-
.../probe/mgrs/deploy/javatest/NCNestedClass.java | 2 +-
.../probe/mgrs/deploy/javatest/NCNestedStatic.java | 2 +-
.../mgrs/deploy/scalatest/NCNestedClass.scala | 2 +-
.../mgrs/deploy/scalatest/NCNestedStatic.scala | 2 +-
.../model/NCEnricherNestedModelSpec.scala | 10 +-
.../model/NCEnricherNestedModelSpec2.scala | 6 +-
.../model/NCEnricherNestedModelSpec3.scala | 4 +-
.../model/NCEnricherNestedModelSpec41.scala | 4 +-
.../model/NCEnricherNestedModelSpec5.scala | 4 +-
.../nlp/enrichers/sort/NCEnricherSortSpec.scala | 2 +-
.../nlpcraft/server/rest/RestTestModel.scala | 6 +-
72 files changed, 1140 insertions(+), 993 deletions(-)