You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/06/25 09:39:52 UTC

[incubator-nlpcraft] branch NLPCRAFT-70_NEW updated (b82452e -> bc679ea)

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

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

Posted by se...@apache.org.
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 bc679ea17c5b8d979464f6a4d00bb98bfdd13786
Merge: b82452e 70fad8d
Author: Sergey Kamov <sk...@gmail.com>
AuthorDate: Fri Jun 25 12:39:32 2021 +0300

    Merge branch 'master' into NLPCRAFT-70_NEW

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