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/23 23:22:34 UTC

[incubator-nlpcraft] branch master updated (100dab4 -> aa4b131)

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 100dab4  Update NCIdlCompiler.scala
     add dedcf82  WIP.
     add 27b900f  WIP.
     add d5eb9da  WIP.
     add e9ec949  WIP.
     add eba8e85  WIP.
     add 61edff9  WIP.
     add b7ddcfa  WIP.
     add d8ac64a  WIP.
     add e174c6b  WIP.
     add 892c47f  WIP.
     add 8d7d58f  WIP.
     add d67a801  WIP.
     add f83bd1a  WIP.
     add a015c6b  WIP.
     add 54944bf  Update NCIdlCompilerBase.scala
     add 53658f8  WIP.
     add 4e5d53f  WIP.
     add 97c9611  Merge branch 'NLPCRAFT-278' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-278
     add 1c5b907  Update NCIdlFunctionsUser.scala
     add 19b885c  WIP.
     add b96ed58  WIP.
     add a60bf49  Update NCIdlCompilerBase.scala
     add 4baedfb  WIP.
     add 5fb9cc3  Update NCIdlFunctionsOther.scala
     add d08e9db  Update NCIdlCompilerBase.scala
     add 8e2872c  WIP.
     add d33a6b0  WIP.
     add bcb42c1  Update NCIdlFunctionsOther.scala
     add aa4b131  WIP.

No new revisions were added by this update.

Summary of changes:
 .../model/intent/compiler/NCIdlCompilerBase.scala  | 160 +++--
 .../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 |   1 +
 .../model/intent/compiler/antlr4/NCIdlLexer.interp |   2 +-
 .../model/intent/compiler/antlr4/NCIdlLexer.java   | 745 +++++++++++----------
 .../idl/compiler/functions/NCIdlFunctions.scala    | 177 +++++
 .../functions/NCIdlFunctionsCollections.scala}     |  22 +-
 .../compiler/functions/NCIdlFunctionsCompany.scala |  77 +++
 .../compiler/functions/NCIdlFunctionsDate.scala    |  61 ++
 .../compiler/functions/NCIdlFunctionsMath.scala}   |  18 +-
 .../compiler/functions/NCIdlFunctionsMeta.scala    | 115 ++++
 .../compiler/functions/NCIdlFunctionsOther.scala   |  67 ++
 .../functions/NCIdlFunctionsRequest.scala}         |  23 +-
 .../compiler/functions/NCIdlFunctionsStat.scala}   |  17 +-
 .../functions/NCIdlFunctionsStrings.scala}         |  21 +-
 .../compiler/functions/NCIdlFunctionsToken.scala}  |  23 +-
 .../compiler/functions/NCIdlFunctionsUser.scala    |  74 ++
 16 files changed, 1112 insertions(+), 491 deletions(-)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctions.scala
 copy nlpcraft/src/test/scala/org/apache/nlpcraft/{server/rest/NCRestProbeSpec.scala => model/intent/idl/compiler/functions/NCIdlFunctionsCollections.scala} (63%)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsCompany.scala
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsDate.scala
 copy nlpcraft/src/{main/scala/org/apache/nlpcraft/model/package.scala => test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsMath.scala} (71%)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsMeta.scala
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsOther.scala
 copy nlpcraft/src/test/scala/org/apache/nlpcraft/{probe/mgrs/nlp/enrichers/NCEnrichersTestContext.scala => model/intent/idl/compiler/functions/NCIdlFunctionsRequest.scala} (65%)
 copy nlpcraft/src/{main/scala/org/apache/nlpcraft/model/package.scala => test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsStat.scala} (72%)
 copy nlpcraft/src/test/scala/org/apache/nlpcraft/{server/rest/NCRestProbeSpec.scala => model/intent/idl/compiler/functions/NCIdlFunctionsStrings.scala} (64%)
 copy nlpcraft/src/test/scala/org/apache/nlpcraft/{server/rest/NCRestProbeSpec.scala => model/intent/idl/compiler/functions/NCIdlFunctionsToken.scala} (64%)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/compiler/functions/NCIdlFunctionsUser.scala