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 aa4b131  WIP.
     add 14c8ef1  Update NCToken.java
     add 68efdd0  WIP.
     add 4265ffc  WIP.

No new revisions were added by this update.

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 +-
 .../scala/org/apache/nlpcraft/model/NCToken.java   | 159 ++++
 .../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 +-
 38 files changed, 773 insertions(+), 505 deletions(-)

Reply via email to