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:45 UTC

[incubator-nlpcraft] branch NLPCRAFT-456 updated (a9dc535 -> d2c07bc)

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

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


    from a9dc535  WIP.
     add 65fe9ca  WIP on NLPCRAFT-384
     add c4a675d  WIP
     add 6f5246c  WIP
     add 15fe162  Update pom.xml
     add 006ceca  Update pom.xml
     add 8d4a11b  Update pom.xml
     add 7e2854b  WIP.
     new d2c07bc  Merge branch 'master' into NLPCRAFT-456

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:
 .../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(-)

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

Posted by ar...@apache.org.
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(-)