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/07/29 20:05:05 UTC

[incubator-nlpcraft] branch master updated (64ab9ae -> 99157ba)

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 64ab9ae  Merge branch 'master' of https://github.com/apache/incubator-nlpcraft
     add 3268c58  WIP.
     add aea0733  WIP.
     add 4b98215  Merge branch 'master' into NLPCRAFT-376
     add 8749121  WIP.
     add abcfa62  WIP.
     add 307e975  Merge branch 'master' into NLPCRAFT-376
     add 5fc0b21  Merge branch 'master' into NLPCRAFT-376
     add 157265a  WIP.
     add f115503  WIP.
     add 2b376c7  WIP.
     add 96114a5  WIP.
     add 7c7c379  WIP.
     add 0c912a3  WIP.
     add 530bec0  WIP.
     add 2c4b31b  WIP.
     add 004a3dc  WIP.
     add 483a000  Merge branch 'master' into NLPCRAFT-376
     add 369cd99  WIP.
     add ac726a5  WIP.
     add 3a2c008  Merge branch 'master' into NLPCRAFT-376
     add 99157ba  Update NCIntentSolver.scala

No new revisions were added by this update.

Summary of changes:
 .../apache/nlpcraft/examples/sql/SqlModel.scala    |   4 +-
 .../model/intent/solver/NCIntentSolver.scala       | 169 ++++++++++++++-
 .../mgrs/nlp/enrichers/sort/NCSortEnricher.scala   |  20 +-
 .../scala/org/apache/nlpcraft/NCTestContext.scala  |  15 ++
 .../nlpcraft/models/stm/indexes/NCLimitSpec.scala  | 123 +++++++++++
 .../models/stm/indexes/NCRelationSpec.scala        | 123 +++++++++++
 .../nlpcraft/models/stm/indexes/NCSortSpec.scala   | 234 +++++++++++++++++++++
 .../models/stm/indexes/NCSpecModelAdapter.scala    |  56 +++++
 .../nlp/enrichers/sort/NCEnricherSortSpec.scala    | 173 +--------------
 9 files changed, 728 insertions(+), 189 deletions(-)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCLimitSpec.scala
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCRelationSpec.scala
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCSortSpec.scala
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/models/stm/indexes/NCSpecModelAdapter.scala