This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a commit to branch NLPCRAFT-70_NEW in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit ca4f4c7ed8f4ab0798ff27670c3f0f49b05817c6 Merge: 7b2d7a9 f862991 Author: Sergey Kamov <[email protected]> AuthorDate: Fri Jul 30 11:26:46 2021 +0300 Merge branch 'master' into NLPCRAFT-70_NEW 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(-)
