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

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


    from 6bb97f7  Merge branch 'master' into NLPCRAFT-383
     add 7342431  WIP.
     add 48b4847  Merge branch 'master' into NLPCRAFT-450
     add 8726c2a  Update NCSynonymsManager.scala
     add e0e97ce  Update NCSynonymsManager.scala
     add 1a20b57  Code cleanup.
     add 206c6fc  Merge branch 'master' into NLPCRAFT-450
     add e5f1083  Update NCSynonymsManager.scala
     add 45321f3  Update NCSynonymsManager.scala
     add 98864df  WIP on NLPCRAFT-450
     add ccd3988  Log output corrections.
     add 3000427  Code cleanup.
     add cfe489f  Code cleanup.
     add 8e343b2  Code cleanup.
     add 8f1a6b6  Code cleanup.
     add 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.
     add d2c07bc  Merge branch 'master' into NLPCRAFT-456
     new a48ae7c  Merge branch 'master' into NLPCRAFT-383

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-examples/lightswitch/pom.xml              |  22 +++
 .../assets/nlpcraft-example-minecraft-mod-1.0.jar  | Bin 17857 -> 17672 bytes
 .../minecraft/NCMinecraftExampleMod.java           |   2 +-
 .../minecraft/utils/NCMinecraftFilesDump.java      |   2 +-
 nlpcraft-examples/minecraft/pom.xml                |  22 +++
 nlpcraft/pom.xml                                   |   1 -
 .../nlpcraft/common/nlp/NCNlpSentenceNote.scala    |   1 -
 .../org/apache/nlpcraft/model/NCModelView.java     |   2 +-
 .../nlpcraft/model/tools/cmdline/NCCli.scala       |  66 +++++---
 .../model/tools/cmdline/NCCliCommands.scala        |  16 +-
 .../nlpcraft/probe/mgrs/NCProbeIdlToken.scala      |  41 ++++-
 .../apache/nlpcraft/probe/mgrs/NCProbeModel.scala  |   3 +
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |   9 +-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 104 ++++++------
 .../probe/mgrs/sentence/NCSentenceManager.scala    | 184 +++++++++++----------
 .../probe/mgrs/synonyms/NCSynonymsManager.scala    | 162 ++++++++++--------
 .../nlpcraft/server/probe/NCProbeManager.scala     |   4 +-
 .../nlpcraft/server/query/NCQueryManager.scala     |   3 +-
 .../server/sugsyn/NCSuggestSynonymManager.scala    |  92 ++++++-----
 .../nlpcraft/server/rest/NCRestModelSpec.scala     |  31 +++-
 .../nlpcraft/server/rest/RestTestModel.scala       |   6 +-
 pom.xml                                            |   6 +-
 30 files changed, 547 insertions(+), 332 deletions(-)
 rename 
nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nlpcraft/{example => 
examples}/minecraft/NCMinecraftExampleMod.java (99%)
 rename 
nlpcraft-examples/minecraft-mod/src/main/java/org/apache/nlpcraft/{example => 
examples}/minecraft/utils/NCMinecraftFilesDump.java (99%)

Reply via email to