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

[incubator-nlpcraft] branch NLPCRAFT-273 updated (32c4d28 -> a45778b)

This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a change to branch NLPCRAFT-273
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.


    from 32c4d28  WIP.
     add 5efd5b8  Update NCIdlCompilerBase.scala
     add 04511b1  WIP.
     add b0adec9  Improved meta_part() function.
     add deff4ff  Update NCIdlCompilerBase.scala
     add b10ffcb  WIP.
     new a45778b  Merge branch 'master' into NLPCRAFT-273

The 1 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:
 .../apache/nlpcraft/examples/sql/SqlModel.scala    |   2 +-
 .../apache/nlpcraft/examples/sql/sql_model.yaml    |   6 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  |  59 +-
 .../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 |   8 -
 .../model/intent/compiler/antlr4/NCIdlLexer.interp |   2 +-
 .../model/intent/compiler/antlr4/NCIdlLexer.java   | 747 ++++++++++-----------
 .../{NCIntentDslSpec.scala => NCIdlSpec.scala}     |   6 +-
 .../{NCIntentDslSpec2.scala => NCIdlSpec2.scala}   |   6 +-
 .../NCIdlTestModel.scala}                          |   4 +-
 .../NCIdlTestSpec.scala}                           |  12 +-
 .../{dsl => idl}/compiler/NCIdlCompilerSpec.scala  |  11 +-
 .../model/intent/{dsl => idl}/compiler/test_ok.idl |   1 +
 .../idl_test_model.yaml}                           |   0
 .../model/NCEnricherNestedModelSpec5.scala         |   2 +-
 14 files changed, 435 insertions(+), 431 deletions(-)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/{NCIntentDslSpec.scala => NCIdlSpec.scala} (92%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/{NCIntentDslSpec2.scala => NCIdlSpec2.scala} (92%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl/NCIntentDslTestModel.scala => idl/NCIdlTestModel.scala} (84%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl/NCIntentDslTestSpec.scala => idl/NCIdlTestSpec.scala} (87%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl => idl}/compiler/NCIdlCompilerSpec.scala (96%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl => idl}/compiler/test_ok.idl (96%)
 rename nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/{dsl/dsl_test_model.yaml => idl/idl_test_model.yaml} (100%)

[incubator-nlpcraft] 01/01: Merge branch 'master' into NLPCRAFT-273

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sergeykamov pushed a commit to branch NLPCRAFT-273
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit a45778b5bbf46743198018fe5d5da455c27c7d63
Merge: 32c4d28 b10ffcb
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Sat Mar 20 10:12:43 2021 +0300

    Merge branch 'master' into NLPCRAFT-273

 .../apache/nlpcraft/examples/sql/SqlModel.scala    |   2 +-
 .../apache/nlpcraft/examples/sql/sql_model.yaml    |   6 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  |  59 +-
 .../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 |   8 -
 .../model/intent/compiler/antlr4/NCIdlLexer.interp |   2 +-
 .../model/intent/compiler/antlr4/NCIdlLexer.java   | 747 ++++++++++-----------
 .../{NCIntentDslSpec.scala => NCIdlSpec.scala}     |   6 +-
 .../{NCIntentDslSpec2.scala => NCIdlSpec2.scala}   |   6 +-
 .../NCIdlTestModel.scala}                          |   4 +-
 .../NCIdlTestSpec.scala}                           |  12 +-
 .../{dsl => idl}/compiler/NCIdlCompilerSpec.scala  |  11 +-
 .../model/intent/{dsl => idl}/compiler/test_ok.idl |   1 +
 .../idl_test_model.yaml}                           |   0
 .../model/NCEnricherNestedModelSpec5.scala         |   2 +-
 14 files changed, 435 insertions(+), 431 deletions(-)