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/09/29 18:59:46 UTC

[incubator-nlpcraft] 01/01: Merge branch 'master' into NLPCRAFT-456

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

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

commit d2c07bc83c4308b084c56285703d2fee7e11134b
Merge: a9dc535 7e2854b
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Wed Sep 29 11:59:39 2021 -0700

    Merge branch 'master' into NLPCRAFT-456

 .../nlpcraft/examples/cargps/CarGpsModel.scala     |  8 +-
 .../cargps/src/main/resources/cargps_intents.idl   | 29 +++++--
 .../cargps/src/main/resources/cargps_model.yaml    | 24 +++---
 .../samples/cargps_add_waypoint_samples.txt        |  2 +
 .../resources/samples/cargps_cancel_samples.txt    | 10 +--
 .../resources/samples/cargps_navigate_samples.txt  |  3 +
 .../samples/cargps_remove_waypoint_samples.txt     |  4 +
 .../examples/cargps/NCCarGpsModelSpec.scala        | 20 ++++-
 .../nlpcraft/model/tools/cmdline/NCCli.scala       | 32 +++++---
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |  1 +
 .../nlpcraft/server/query/NCQueryManager.scala     |  1 +
 .../server/sugsyn/NCSuggestSynonymManager.scala    | 92 ++++++++++++----------
 .../nlpcraft/server/rest/NCRestModelSpec.scala     | 31 +++++++-
 .../nlpcraft/server/rest/RestTestModel.scala       |  6 +-
 pom.xml                                            |  2 +-
 15 files changed, 178 insertions(+), 87 deletions(-)