You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2022/08/16 17:11:23 UTC

[incubator-nlpcraft] branch master updated (70e54fa3 -> dc0251fd)

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


    from 70e54fa3 WIP
     add 4af18dc0 Validation fixes.
     add dc0251fd Update LightSwitchScalaModel.scala

No new revisions were added by this update.

Summary of changes:
 .../examples/lightswitch/LightSwitchFrModel.scala  | 27 +-------
 .../lightswitch/NCModelValidationSpec.scala        | 27 +++++++-
 .../examples/lightswitch/LightSwitchRuModel.scala  | 15 -----
 .../lightswitch/NCModelValidationSpec.scala        | 18 +++++-
 .../lightswitch/LightSwitchScalaModel.scala        | 25 --------
 .../lightswitch/NCModelValidationSpec.scala        | 27 +++++++-
 .../pizzeria/cli/PizzeriaModelServer.scala         |  2 +-
 .../apache/nlpcraft/examples/time/TimeModel.scala  |  7 --
 .../examples/time/NCModelValidationSpec.scala      | 11 +++-
 .../{NCCallbackData.scala => NCFiredIntent.scala}  |  8 ++-
 .../scala/org/apache/nlpcraft/NCIntentSkip.scala   |  2 -
 .../scala/org/apache/nlpcraft/NCModelClient.scala  | 62 ++----------------
 .../org/apache/nlpcraft/annotations/NCIntent.java  |  2 -
 .../apache/nlpcraft/annotations/NCIntentRef.java   |  2 -
 .../nlpcraft/annotations/NCIntentSample.java       | 73 ---------------------
 .../nlpcraft/annotations/NCIntentSampleRef.java    | 75 ----------------------
 .../apache/nlpcraft/annotations/NCIntentTerm.java  |  2 -
 .../nlpcraft/internal/impl/NCModelScanner.scala    | 68 +-------------------
 .../intent/matcher/NCIntentSolverManager.scala     |  4 +-
 .../internal/impl/NCModelCallbacksSpec.scala       |  2 +-
 .../nlpcraft/internal/impl/NCModelClientSpec.scala |  4 --
 .../internal/impl/NCModelClientSpec3.scala         |  8 +--
 .../scan/NCModelIntentsInvalidIntentsSpec.scala    | 40 +-----------
 .../internal/impl/scan/NCTestModelScala.scala      |  6 --
 24 files changed, 105 insertions(+), 412 deletions(-)
 rename nlpcraft/src/main/scala/org/apache/nlpcraft/{NCCallbackData.scala => NCFiredIntent.scala} (86%)
 delete mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/annotations/NCIntentSample.java
 delete mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/annotations/NCIntentSampleRef.java