This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a change to branch NLPCRAFT-278
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 14c8ef1 Update NCToken.java
new 68efdd0 WIP.
new 4265ffc 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:
README.md | 2 +-
.../org/apache/nlpcraft/examples/alarm/intents.idl | 4 +-
.../examples/lightswitch/lightswitch_model.yaml | 2 +-
.../apache/nlpcraft/examples/phone/PhoneModel.java | 4 +-
.../apache/nlpcraft/examples/sql/SqlModel.scala | 30 +-
.../apache/nlpcraft/examples/sql/sql_model.yaml | 18 +-
.../apache/nlpcraft/examples/time/TimeModel.java | 4 +-
.../nlpcraft/examples/weather/WeatherModel.java | 8 +-
.../org/apache/nlpcraft/model/NCIntentSample.java | 2 +-
.../model/intent/compiler/NCIdlCompilerBase.scala | 37 +-
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 37 +-
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 2 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 827 +++++++++++----------
.../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 +-
.../abstract/NCAbstractTokensIntentsSpec.scala | 8 +-
.../model/abstract/NCAbstractTokensModel.scala | 8 +-
.../model/conversation/NCConversationSpec.scala | 2 +-
.../conversation/NCConversationTimeoutSpec.scala | 2 +-
.../nlpcraft/model/dialog/NCDialogSpec.scala | 8 +-
.../intent/idl/compiler/NCIdlCompilerSpec.scala | 6 +-
.../compiler/functions/NCIdlFunctionsToken.scala | 4 +-
.../nlpcraft/model/intent/idl/compiler/test_ok.idl | 4 +-
.../nlpcraft/model/intent/idl/idl_test_model.yaml | 6 +-
.../apache/nlpcraft/model/meta/NCMetaSpec.scala | 2 +-
.../model/properties/NCTokensPropertiesSpec.scala | 4 +-
.../properties/NCTokensRestrictionsSpec.scala | 8 +-
.../nlpcraft/model/synonyms/NCSynonymsSpec.scala | 10 +-
.../model/synonyms/NCSynonymsSpecTmp.scala | 4 +-
.../nlpcraft/models/stm/NCStmTestModel.scala | 8 +-
.../model/NCEnricherNestedModelSpec.scala | 10 +-
.../model/NCEnricherNestedModelSpec2.scala | 6 +-
.../model/NCEnricherNestedModelSpec3.scala | 4 +-
.../model/NCEnricherNestedModelSpec4.scala | 4 +-
.../model/NCEnricherNestedModelSpec5.scala | 4 +-
37 files changed, 614 insertions(+), 505 deletions(-)