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 b82452e  WIP.
     add 6065d0c  Build configuration fixes.
     add 6261cc2  Temporary test fix.
     add e493823  Fix for NLPCRAFT-343.
     add 1f57cf5  WIP.
     add 6d57ef1  Update NCCliCommands.scala
     add 4f462e3  Weather example fixes.
     add 70fad8d  Part tokens detection logic fixes.
     new bc679ea  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:
 .github/workflows/build.yml                        |   4 +-
 bin/nlpcraft.cmd                                   |   2 +
 bin/nlpcraft.sh                                    |   2 +
 .../nlpcraft/examples/weather/WeatherModel.java    |   7 +-
 .../openweathermap/OpenWeatherMapService.java      |  23 ++--
 .../examples/weather/NCModelValidationSpec.scala   |  12 ++
 .../nlpcraft/model/tools/cmdline/NCCli.scala       |   4 -
 .../nlpcraft/model/tools/cmdline/NCCliBase.scala   |   3 +
 .../model/tools/cmdline/NCCliCommands.scala        |  10 +-
 .../nlpcraft/probe/mgrs/NCProbeVariants.scala      |  46 +++----
 .../nlpcraft/probe/mgrs/NCTokenPartKey.scala       | 134 +++++++++++++++++++++
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala |  26 +---
 .../probe/mgrs/sentence/NCSentenceManager.scala    |  30 ++---
 .../org/apache/nlpcraft/server/NCServer.scala      |   4 +-
 .../nlpcraft/server/company/NCCompanyManager.scala |   3 +-
 15 files changed, 211 insertions(+), 99 deletions(-)
 create mode 100644 
nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/NCTokenPartKey.scala

Reply via email to