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/18 08:09:00 UTC

[incubator-nlpcraft] 01/01: Merge branch 'NLPCRAFT-206' into NLPCRAFT-257

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

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

commit 544bcb4bab1dd4b256912623cf11f4cc6207a333
Merge: 5ec9a27 d947dac
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Thu Mar 18 11:08:38 2021 +0300

    Merge branch 'NLPCRAFT-206' into NLPCRAFT-257

 .../scala/org/apache/nlpcraft/model/NCToken.java   |   4 +-
 .../nlpcraft/model/NCTokenPredicateResult.java     |  25 +-
 .../apache/nlpcraft/model/impl/NCTokenImpl.scala   |   2 +-
 .../apache/nlpcraft/model/intent/NCDslIntent.scala |   2 +-
 .../model/intent/NCDslTokenPredicate.scala         |   2 +-
 .../model/intent/compiler/NCDslCompiler.scala      |  49 +++-
 .../model/intent/compiler/NCDslCompilerBase.scala  | 300 +++++++++++----------
 .../model/intent/compiler/NCDslStack.scala         |  10 +-
 .../model/intent/solver/NCIntentSolverEngine.scala |  96 +++----
 .../intent/solver/NCIntentSolverVariant.scala      |  11 +-
 10 files changed, 253 insertions(+), 248 deletions(-)