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/09/20 16:00:26 UTC

[incubator-nlpcraft] branch master updated (34d465c7 -> c24cce56)

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 34d465c7 Update NCModelClient.scala
     add a6609af6 Fixes.
     add 54922403 Tests minor fixes.
     add c24cce56 Update NCDialogFlowManager.scala

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/nlpcraft/NCModel.scala   | 21 +-------
 .../scala/org/apache/nlpcraft/NCModelClient.scala  | 18 ++++++-
 .../internal/dialogflow/NCDialogFlowManager.scala  |  2 +-
 .../intent/matcher/NCIntentSolverManager.scala     |  2 +-
 .../internal/impl/NCModelCallbacksSpec.scala       |  1 -
 .../internal/impl/NCModelClientSpec4.scala         | 57 ++++++++++++++++++++++
 .../internal/impl/NCPipelineManagerSpec.scala      | 10 +---
 .../intent/compiler/NCIDLFragmentsSpec.scala       | 14 +++---
 .../apache/nlpcraft/nlp/NCEntityMapperSpec.scala   |  4 +-
 .../apache/nlpcraft/nlp/util/NCTestConfig.scala    | 10 ++--
 .../nlpcraft/nlp/util/NCTestModelAdapter.scala     |  2 +-
 11 files changed, 93 insertions(+), 48 deletions(-)
 create mode 100644 nlpcraft/src/test/scala/org/apache/nlpcraft/internal/impl/NCModelClientSpec4.scala