This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a change to branch NLPCRAFT-344
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from e68d5c8 WIP.
add 4f462e3 Weather example fixes.
add 70fad8d Part tokens detection logic fixes.
new 373a44d Merge branch 'master' into NLPCRAFT-344
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/weather/WeatherModel.java | 7 +-
.../openweathermap/OpenWeatherMapService.java | 23 ++--
.../examples/weather/NCModelValidationSpec.scala | 12 ++
.../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 ++---
.../abstract/NCAbstractTokensVariantsSpec.scala | 3 +-
8 files changed, 195 insertions(+), 86 deletions(-)
create mode 100644
nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/NCTokenPartKey.scala