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 07866ec Fix for NLPCRAFT-162.
add bb1c35a WIP.
add fc62ccf WIP.
add 466522b Update NCDslTerm.java
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
.../nlpcraft/examples/alarm/alarm_model.json | 2 +-
.../examples/lightswitch/lightswitch_model.yaml | 2 +-
.../apache/nlpcraft/examples/phone/PhoneModel.java | 1 -
.../apache/nlpcraft/examples/sql/SqlModel.scala | 36 +-
.../apache/nlpcraft/examples/time/TimeModel.java | 4 +-
.../nlpcraft/examples/weather/WeatherModel.java | 9 +-
.../model/intent/impl/NCIntentDslCompiler.scala | 27 +-
.../model/intent/impl/NCIntentSolverEngine.scala | 11 +-
.../model/intent/impl/antlr4/NCIntentDsl.g4 | 6 +-
.../model/intent/impl/antlr4/NCIntentDsl.interp | 6 +-
.../model/intent/impl/antlr4/NCIntentDsl.tokens | 128 ++--
.../impl/antlr4/NCIntentDslBaseListener.java | 26 +-
.../intent/impl/antlr4/NCIntentDslBaseVisitor.java | 189 -----
.../intent/impl/antlr4/NCIntentDslLexer.interp | 5 +-
.../model/intent/impl/antlr4/NCIntentDslLexer.java | 211 +++---
.../intent/impl/antlr4/NCIntentDslLexer.tokens | 128 ++--
.../intent/impl/antlr4/NCIntentDslListener.java | 22 +-
.../intent/impl/antlr4/NCIntentDslParser.java | 810 +++++++++------------
.../intent/impl/antlr4/NCIntentDslVisitor.java | 163 -----
.../nlpcraft/model/intent/utils/NCDslIntent.scala | 5 +-
.../nlpcraft/model/intent/utils/NCDslTerm.java | 20 +-
.../mgrs/model/NCModelSynonymDslCompiler.scala | 4 +-
.../model/antlr4/NCSynonymDslBaseListener.java | 2 +-
.../mgrs/model/antlr4/NCSynonymDslBaseVisitor.java | 98 ---
.../probe/mgrs/model/antlr4/NCSynonymDslLexer.java | 5 +-
.../mgrs/model/antlr4/NCSynonymDslListener.java | 2 +-
.../mgrs/model/antlr4/NCSynonymDslParser.java | 65 +-
.../mgrs/model/antlr4/NCSynonymDslVisitor.java | 85 ---
.../apache/nlpcraft/model/NCIntentSampleSpec.scala | 4 +-
.../conversation/NCConversationTimeoutSpec.scala | 2 +-
.../nlpcraft/model/intent/dsl/dsl_test_model.yaml | 2 +-
.../nlpcraft/models/stm/NCStmTestModel.scala | 8 +-
33 files changed, 689 insertions(+), 1401 deletions(-)
delete mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/antlr4/NCIntentDslBaseVisitor.java
delete mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/impl/antlr4/NCIntentDslVisitor.java
delete mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/model/antlr4/NCSynonymDslBaseVisitor.java
delete mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/model/antlr4/NCSynonymDslVisitor.java