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 57237d8  Merge pull request #16 from rahul3/NLPCRAFT-388
     add 93c4aa4  WIP on NLPCRAFT-385
     add 9c863a2  WIP on NLPCRAFT-385
     add 01868cb  WIP.
     add aa7556f  WIP on NLPCRAFT-385.
     add 327796d  Merge branch 'master' into NLPCRAFT-385
     add a667f12  WIP on NLPCRAFT-385.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/nlpcraft/model/NCCustomWord.java    |  18 +-
 .../scala/org/apache/nlpcraft/model/NCElement.java |   4 +-
 .../org/apache/nlpcraft/model/NCIntentSkip.java    |   2 +-
 .../scala/org/apache/nlpcraft/model/NCModel.java   |   4 +-
 .../org/apache/nlpcraft/model/NCModelView.java     |  48 +-
 .../scala/org/apache/nlpcraft/model/NCToken.java   |  58 +-
 .../scala/org/apache/nlpcraft/model/NCUser.java    |   4 +-
 .../nlpcraft/model/intent/NCIdlContext.scala       |  16 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  | 109 ++-
 .../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 |   9 +
 .../model/intent/compiler/antlr4/NCIdlLexer.interp |   2 +-
 .../model/intent/compiler/antlr4/NCIdlLexer.java   | 860 +++++++++++----------
 .../model/intent/solver/NCIntentSolverEngine.scala |  25 +-
 .../model/tools/cmdline/NCCliCommands.scala        |   6 +-
 .../model/tools/embedded/NCEmbeddedProbe.java      |   4 +-
 .../nlpcraft/model/tools/sqlgen/NCSqlColumn.java   |   8 +-
 .../sqlgen/impl/NCSqlModelGeneratorImpl.scala      |   6 +-
 .../model/tools/test/NCTestClientBuilder.java      |   2 +-
 .../nlpcraft/model/tools/test/NCTestResult.java    |   4 +-
 .../nlpcraft/probe/mgrs/NCProbeSynonym.scala       |   1 +
 .../nlpcraft/server/mdo/impl/NCMdoEntity.java      |   4 +-
 .../nlpcraft/server/mdo/impl/NCMdoField.java       |   8 +-
 .../idl/compiler/functions/NCIdlFunctions.scala    |  24 +-
 .../compiler/functions/NCIdlFunctionsCompany.scala |   2 +-
 .../compiler/functions/NCIdlFunctionsCustom.scala  |  20 +-
 .../compiler/functions/NCIdlFunctionsMeta.scala    |  20 +-
 .../compiler/functions/NCIdlFunctionsRequest.scala |   2 +-
 .../compiler/functions/NCIdlFunctionsToken.scala   |  88 ++-
 .../functions/NCIdlFunctionsTokensUsed.scala       |  18 +-
 .../compiler/functions/NCIdlFunctionsUser.scala    |   2 +-
 .../{models => model}/stm/NCStmTestModel.scala     |   2 +-
 .../{models => model}/stm/NCStmTestModelSpec.scala |   2 +-
 .../stm/indexes/NCLimitSpec.scala                  |   4 +-
 .../stm/indexes/NCRelationSpec.scala               |   4 +-
 .../{models => model}/stm/indexes/NCSortSpec.scala |   4 +-
 .../stm/indexes/NCSpecModelAdapter.scala           |   2 +-
 36 files changed, 784 insertions(+), 612 deletions(-)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models => 
model}/stm/NCStmTestModel.scala (98%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models => 
model}/stm/NCStmTestModelSpec.scala (97%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models => 
model}/stm/indexes/NCLimitSpec.scala (97%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models => 
model}/stm/indexes/NCRelationSpec.scala (97%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models => 
model}/stm/indexes/NCSortSpec.scala (98%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/{models => 
model}/stm/indexes/NCSpecModelAdapter.scala (97%)

Reply via email to