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

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


    from 7b2d7a9  Merge branch 'master' into NLPCRAFT-70_NEW
     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 603e6df  Quick fixes.
     add 64ab9ae  Merge branch 'master' of 
https://github.com/apache/incubator-nlpcraft
     add 3a2c008  Merge branch 'master' into NLPCRAFT-376
     add 99157ba  Update NCIntentSolver.scala
     add b7dd8d1  Update pom.xml
     add c1a3f78  Scripts fixes.
     add 9cc0dc9  Quick fix.
     add 89686b9  Quick fix.
     add f862991  Merge remote-tracking branch 'origin/master'
     new ca4f4c7  Merge branch 'master' into NLPCRAFT-70_NEW

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:
 bin/prepare.sh                                     |   6 +-
 .../apache/nlpcraft/examples/sql/SqlModel.scala    |   4 +-
 .../nlpcraft/examples/weather/WeatherModel.java    |   4 +-
 nlpcraft-stanford/pom.xml                          |   2 +-
 .../org/apache/nlpcraft/common/NCService.scala     |   2 +-
 .../nlpcraft/common/ansi/NCAnsiProgressBar.scala   |  13 +-
 .../nlpcraft/common/ascii/NCAsciiTable.scala       |   4 +-
 .../model/intent/solver/NCIntentSolver.scala       | 169 ++++++++++++++-
 .../nlpcraft/model/tools/cmdline/NCCliBase.scala   |   2 +-
 .../mgrs/nlp/enrichers/sort/NCSortEnricher.scala   |  20 +-
 .../apache/nlpcraft/utils/keycdn/GeoManager.java   |   2 +-
 .../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 +--------------
 17 files changed, 751 insertions(+), 201 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

Reply via email to