You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/03/24 22:13:32 UTC

[incubator-nlpcraft] branch master updated (9e46c69 -> e83b473)

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 9e46c69  Update SqlModel.scala
     add 154a8c9  Update NCMetaSpec.scala
     add c2e2fc0  WIP.
     add a7ae2a7  WIP.
     add 7182853  WIP.
     add 3a868f9  WIP.
     add a8db1cf  WIP.
     add cb74e43  WIP.
     add ff78bbf  WIP.
     add d4f5e75  WIP.
     add 08f17fc  WIP.
     add 10bae01  WIP.
     add fe0d3b9  WIP.
     add 4931d7a  WIP.
     add 5b06a9c  WIP.
     add cf25323  Update NCIdlCompilerBase.scala
     add 3ce78a2  WIP.
     add 8095292  Merge branch 'NLPCRAFT-278' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-278
     add 603d6d1  WIP.
     add 5de3fe3  WIP.
     add e83b473  WIP.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |   31 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  |  527 ++++++----
 .../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 |   17 +
 .../model/intent/compiler/antlr4/NCIdl.interp      |   16 +-
 .../model/intent/compiler/antlr4/NCIdl.tokens      |   26 +-
 .../intent/compiler/antlr4/NCIdlBaseListener.java  |    2 +-
 .../model/intent/compiler/antlr4/NCIdlLexer.interp |   28 +-
 .../model/intent/compiler/antlr4/NCIdlLexer.java   | 1076 ++++++++++----------
 .../model/intent/compiler/antlr4/NCIdlLexer.tokens |   26 +-
 .../intent/compiler/antlr4/NCIdlListener.java      |    2 +-
 .../model/intent/compiler/antlr4/NCIdlParser.java  |   81 +-
 .../model/intent/solver/NCIntentSolverEngine.scala |   60 +-
 .../idl/compiler/functions/NCIdlFunctions.scala    |   50 +-
 .../functions/NCIdlFunctionsCollections.scala      |   39 +-
 .../compiler/functions/NCIdlFunctionsCompany.scala |    8 +-
 .../compiler/functions/NCIdlFunctionsMath.scala    |   60 +-
 .../compiler/functions/NCIdlFunctionsMeta.scala    |   37 +-
 .../compiler/functions/NCIdlFunctionsOther.scala   |    9 -
 .../compiler/functions/NCIdlFunctionsRequest.scala |   25 +-
 .../compiler/functions/NCIdlFunctionsStat.scala    |   20 +-
 .../compiler/functions/NCIdlFunctionsStrings.scala |   40 +-
 .../compiler/functions/NCIdlFunctionsToken.scala   |   78 +-
 .../compiler/functions/NCIdlFunctionsUser.scala    |   14 +-
 .../apache/nlpcraft/model/meta/NCMetaSpec.scala    |    6 +-
 24 files changed, 1390 insertions(+), 888 deletions(-)