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 2020/09/12 09:15:26 UTC

[incubator-nlpcraft] branch NLPCRAFT-41 updated (e5f470f -> 0b2b3c4)

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

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


    from e5f470f  Merge branch 'NLPCRAFT-41' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-41
     add 6ef5588  WIP.
     add 59588ba  Merge branch 'NLPCRAFT-41' into NLPCRAFT-41-config
     add 4379c7c  Merge branch 'NLPCRAFT-41' into NLPCRAFT-41-config
     add f96ed1a  WIP.
     add 2a2eb05  WIP.
     add 833479e  WIP.
     add 0b2b3c4  Update NCDeployManager.scala

No new revisions were added by this update.

Summary of changes:
 nlpcraft/src/main/resources/nlpcraft.conf          |  10 +
 .../org/apache/nlpcraft/model/NCModelView.java     | 207 +++++-
 ...sationDescriptor.scala => NCConversation.scala} |  48 +-
 .../mgrs/conversation/NCConversationManager.scala  |  65 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        | 808 +++++++++++----------
 .../mgrs/dialogflow/NCDialogFlowManager.scala      |  94 ++-
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  14 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |   5 +-
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |   2 +-
 9 files changed, 773 insertions(+), 480 deletions(-)
 rename nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/conversation/{NCConversationDescriptor.scala => NCConversation.scala} (88%)