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 <[email protected]> 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(-)
