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/25 08:54:49 UTC

[incubator-nlpcraft] 02/03: Merge branch 'NLPCRAFT-278' into NLPCRAFT-283

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

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

commit e4c43f360a901d5e9bfbda64f8e5b001c0ff474e
Merge: 16191ce 1001938
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Thu Mar 25 11:46:30 2021 +0300

    Merge branch 'NLPCRAFT-278' into NLPCRAFT-283

 .../nlpcraft/model/NCTokenPredicateContext.java    |   3 +-
 .../nlpcraft/model/NCTokenPredicateResult.java     |  10 +-
 .../model/intent/compiler/NCIdlCompilerBase.scala  |   2 +-
 .../nlpcraft/model/intent/compiler/antlr4/NCIdl.g4 |  13 +-
 .../model/intent/compiler/antlr4/NCIdl.interp      |   3 +-
 .../intent/compiler/antlr4/NCIdlBaseListener.java  |  12 +
 .../intent/compiler/antlr4/NCIdlListener.java      |  10 +
 .../model/intent/compiler/antlr4/NCIdlParser.java  | 834 ++++++++++++---------
 8 files changed, 517 insertions(+), 370 deletions(-)