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 2ef4dfd Merge branch 'master' into NLPCRAFT-70_NEW
add 7232f8c Fix for NLPCRAFT-357
add 6b91767 0.9.0 release version.
add e1c4ad0 Fix for 0.9.0 POM version release.
add 7893028 Improved LightSwitch example.
add 4c6cfcc Improved Javadoc.
add 7e63e86 gen-project command improvements.
add b2a49de CLI projects templates updated.
add b8a620c Update LightSwitchGroovyModel.groovy
add 638aad2 Fix for NLPCRAFT-370.
add 844ce66 Merge branch 'master' into NLPCRAFT-367
add 2b344d7 Merge branch 'master' into NLPCRAFT-368
new c107ec5 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:
README.md | 4 +-
docker/readme.md | 12 ++---
nlpcraft-examples/alarm/pom.xml | 2 +-
nlpcraft-examples/echo/pom.xml | 2 +-
nlpcraft-examples/helloworld/pom.xml | 2 +-
nlpcraft-examples/lightswitch/pom.xml | 2 +-
.../lightswitch/LightSwitchGroovyModel.groovy | 2 +-
.../examples/lightswitch/LightSwitchJavaModel.java | 2 +-
.../examples/lightswitch/LightSwitchKotlinModel.kt | 2 +-
.../lightswitch/LightSwitchScalaModel.scala | 2 +-
nlpcraft-examples/minecraft/pom.xml | 2 +-
nlpcraft-examples/phone/pom.xml | 2 +-
nlpcraft-examples/sql/pom.xml | 2 +-
nlpcraft-examples/time/pom.xml | 2 +-
nlpcraft-examples/weather/pom.xml | 2 +-
nlpcraft-stanford/pom.xml | 2 +-
nlpcraft/pom.xml | 2 +-
nlpcraft/src/main/resources/cli/templates.zip | Bin 82469 -> 82479 bytes
.../apache/nlpcraft/common/version/NCVersion.scala | 1 +
.../scala/org/apache/nlpcraft/model/NCIntent.java | 20 +++++++-
.../org/apache/nlpcraft/model/NCIntentRef.java | 14 +++++-
.../org/apache/nlpcraft/model/NCIntentSample.java | 2 +-
.../apache/nlpcraft/model/NCIntentSampleRef.java | 2 +-
.../org/apache/nlpcraft/model/NCIntentTerm.java | 20 +++++++-
.../scala/org/apache/nlpcraft/model/NCToken.java | 7 +--
.../scala/org/apache/nlpcraft/model/NCVariant.java | 27 ++++++++++
.../nlpcraft/model/tools/cmdline/NCCli.scala | 38 +++++++-------
.../tools/cmdline/NCCliFileNameCompleter.java | 3 --
.../tools/cmdline/NCCliModelClassCompleter.java | 56 ++++++++++++++++++++-
openapi/nlpcraft_swagger.yml | 2 +-
pom.xml | 4 +-
31 files changed, 185 insertions(+), 57 deletions(-)