This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a change to branch NLPCRAFT-108
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from a1aff98 Update NCCli.scala
add 20caf0f NCIntentSample annotation improvements.
add 1f70c7a Rejections messages improved.
add 49b8e26 Maven clean phase plugin added for deleting data folder.
new 180fbf9 Merge branch 'master' into NLPCRAFT-108
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/pom.xml | 15 ++
.../org/apache/nlpcraft/model/NCIntentSample.java | 17 +-
.../test/impl/NCTestAutoModelValidatorImpl.scala | 53 +++---
.../apache/nlpcraft/probe/mgrs/NCProbeModel.scala | 2 +-
.../probe/mgrs/deploy/NCDeployManager.scala | 42 +++--
.../nlpcraft/server/rest/NCBasicRestApi.scala | 201 ++++++++++++---------
.../apache/nlpcraft/model/NCIntentSampleSpec.scala | 49 +++++
pom.xml | 1 +
8 files changed, 246 insertions(+), 134 deletions(-)
create mode 100644
nlpcraft/src/test/scala/org/apache/nlpcraft/model/NCIntentSampleSpec.scala