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 0bd7b03 Minor improvements.
new 04ea452 WIP.
new da438d4 WIP.
new b32a375 WIP.
new 4d38bd0 WIP.
new bb99559 WIP.
new 9754314 WIP.
new 8f2937c WIP.
new 38732c8 Update test_ok.idl
The 8 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:
.../org/apache/nlpcraft/examples/alarm/intents.idl | 8 +-
.../nlpcraft/examples/weather/WeatherModel.java | 11 +-
.../nlpcraft/model/NCTokenPredicateContext.java | 2 +-
.../nlpcraft/model/NCTokenPredicateResult.java | 2 +-
.../nlpcraft/model/intent/NCIdlContext.scala | 6 +-
...IdlTokenPredicate.scala => NCIdlFunction.scala} | 2 +-
.../model/intent/{compiler => }/NCIdlStack.scala | 2 +-
.../nlpcraft/model/intent/NCIdlSynonym.scala | 4 +-
.../apache/nlpcraft/model/intent/NCIdlTerm.scala | 7 +-
.../model/intent/compiler/NCIdlCompiler.scala | 88 +-
.../model/intent/compiler/NCIdlCompilerBase.scala | 295 +++---
.../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 | 33 +-
.../model/intent/compiler/antlr4/NCIdl.interp | 14 +-
.../model/intent/compiler/antlr4/NCIdl.tokens | 20 +-
.../intent/compiler/antlr4/NCIdlBaseListener.java | 52 +-
.../model/intent/compiler/antlr4/NCIdlLexer.interp | 5 +-
.../model/intent/compiler/antlr4/NCIdlLexer.java | 758 +++++++-------
.../model/intent/compiler/antlr4/NCIdlLexer.tokens | 20 +-
.../intent/compiler/antlr4/NCIdlListener.java | 64 +-
.../model/intent/compiler/antlr4/NCIdlParser.java | 1040 ++++++++++++--------
.../model/intent/solver/NCIntentSolverEngine.scala | 29 +-
.../nlpcraft/probe/mgrs/NCProbeSynonym.scala | 2 +-
.../nlpcraft/probe/mgrs/NCProbeSynonymChunk.scala | 4 +-
.../intent/idl/compiler/NCIdlCompilerSpec.scala | 30 +-
.../nlpcraft/model/intent/idl/compiler/test_ok.idl | 12 +-
25 files changed, 1433 insertions(+), 1077 deletions(-)
rename
nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/{NCIdlTokenPredicate.scala
=> NCIdlFunction.scala} (86%)
rename nlpcraft/src/main/scala/org/apache/nlpcraft/model/intent/{compiler =>
}/NCIdlStack.scala (96%)