This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-443
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 5fb0f77 Merge branch 'master' into NLPCRAFT-443
new 426b8e8 WIP.
add 4297ad9 Default `nlpEngine` fixed.
new 1856f6c Merge branch 'master' into NLPCRAFT-443
new 1ccf5c5 WIP.
new 1891c2c WIP.
add 78386a0 Update alarm_intents.idl
add fbb64bc Fix for NLPCRAFT-448
new 054bc51 Merge branch 'master' into NLPCRAFT-443
new c0d3b7c WIP.
new f471a8b WIP.
new 25f6015 WIP.
The 8 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:
.../alarm/src/main/resources/alarm_intents.idl | 2 +-
nlpcraft-examples/minecraft-mod/build.gradle | 4 +-
.../minecraft/src/main/resources/minecraft.yaml | 4 +-
.../minecraft/src/main/resources/probe.conf | 2 +-
.../examples/minecraft/NCModelValidationSpec.scala | 2 +-
nlpcraft/src/main/resources/nlpcraft.conf | 2 +-
.../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 152 ++++++++++++++---
.../mgrs/nlp/enrichers/sort/NCSortEnricher.scala | 187 ++++++++++-----------
.../probe/mgrs/sentence/NCSentenceManager.scala | 7 +-
.../model/stm/indexes/NCSpecModelAdapter.scala | 4 +-
.../nlpcraft/model/stop/NCStopWordsBaseSpec.scala | 73 ++++++++
.../model/stop/NCStopWordsInsideSpec.scala | 11 +-
.../model/NCEnricherNestedModelSpec.scala | 3 +-
.../model/NCEnricherNestedModelSpec4.scala | 81 +++++++--
.../nlp/enrichers/sort/NCEnricherSortSpec.scala | 3 +-
15 files changed, 381 insertions(+), 156 deletions(-)
create mode 100644
nlpcraft/src/test/scala/org/apache/nlpcraft/model/stop/NCStopWordsBaseSpec.scala