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 486bb34  WIP.
     add 5696d2d  Added NCModelValidationSpec
     add 6f12106  Merge branch 'apache:master' into NLPCRAFT-339
     add dd4c25f  fixed minor typos
     add d4c0cf3  Update NCConnectionManager.scala
     add 382c371  updated and added JUnit
     add 201f2a3  added memo for clarity
     add 7a763d2  Added memo and disabled test with comment
     add 29be252  WIP.
     add 4ee8411  WIP.
     add 34f853a  WIP on NLPCRAFT-359.
     add da2c5af  WIP on NLPCRAFT-359
     add 3ab290d  WIP on NLPCRAFT-359
     add d5c046a  WIP on Javadoc in NLPCRAFT-359
     add 9703eb2  WIP on NLPCRAFT-359
     add 88fee5f  WIP on NLPCRAFT-359
     add 5a1b06f  Improvements for NLPCRAFT-360.
     add 4517a1d  WIP.
     add 3616d83  Merge branch 'master' into pr/15
     add 83fde95  WIP.
     add da3b00b  Small changes in Javadoc for PR-15.
     add f050c52  Merge pull request #15 from rahul3/NLPCRAFT-339
     new 2ef4dfd  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:
 .../apache/nlpcraft/examples/alarm/AlarmModel.java |  14 +--
 .../alarm/src/main/resources/alarm_samples.txt     |  11 +-
 .../alarm/src/main/resources/intents.idl           |   6 +-
 nlpcraft-examples/phone/pom.xml                    |  31 +++++-
 .../apache/nlpcraft/examples/phone/PhoneModel.java |   5 +
 .../examples/phone}/NCModelValidationSpec.scala    |  19 ++--
 .../openweathermap/OpenWeatherMapService.java      |  12 +--
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  60 +++++++----
 .../scala/org/apache/nlpcraft/model/NCIntent.java  |   4 +-
 .../org/apache/nlpcraft/model/NCIntentMatch.java   |   1 +
 .../org/apache/nlpcraft/model/NCIntentRef.java     |   6 +-
 .../org/apache/nlpcraft/model/NCIntentSample.java  |  50 ++++++----
 .../apache/nlpcraft/model/NCIntentSampleRef.java   | 111 +++++++++++++++++++++
 .../org/apache/nlpcraft/model/NCIntentSkip.java    |   1 +
 .../org/apache/nlpcraft/model/NCIntentTerm.java    |   1 +
 .../model/tools/cmdline/NCCliCommands.scala        |  10 +-
 .../model/tools/test/NCTestAutoModelValidator.java |  23 +++--
 .../nlpcraft/model/tools/test/package-info.java    |   7 +-
 .../probe/mgrs/conn/NCConnectionManager.scala      |   2 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        |  40 +++++---
 .../server/sugsyn/NCSuggestSynonymManager.scala    |   2 +-
 .../py_requirements => test/resources/samples.txt} |   4 +-
 .../nlpcraft/common/makro/NCMacroParserSpec.scala  |   2 +
 .../apache/nlpcraft/model/NCIntentSampleSpec.scala |   9 +-
 openapi/nlpcraft_swagger.yml                       |   2 +-
 25 files changed, 321 insertions(+), 112 deletions(-)
 copy sql/postgres/database.sh => 
nlpcraft-examples/alarm/src/main/resources/alarm_samples.txt (80%)
 mode change 100755 => 100644
 copy 
nlpcraft-examples/{minecraft/src/test/kotlin/org/apache/nlpcraft/example/minecraft
 => 
phone/src/test/java/org/apache/nlpcraft/examples/phone}/NCModelValidationSpec.scala
 (65%)
 create mode 100644 
nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCIntentSampleRef.java
 copy nlpcraft/src/{main/python/ctxword/jupyter/py_requirements => 
test/resources/samples.txt} (97%)

Reply via email to