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/16 05:40:52 UTC

[incubator-nlpcraft] branch NLPCRAFT-41 updated (b4770c2 -> 127ff7b)

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 b4770c2  WIP.
     add d6f8ec5  Update NCCommandLine.scala
     add 2dd8329  WIP.
     add d3956d6  Merge branch 'NLPCRAFT-108' of https://github.com/apache/incubator-nlpcraft into NLPCRAFT-108
     add ab4880a  WIP.
     add 24d65be  Fixing error log.
     add 162bb74  Merge branch 'master' into NLPCRAFT-108
     add d10b808  WIP.
     add 127ff7b  WIP.

No new revisions were added by this update.

Summary of changes:
 nlpcraft/src/main/resources/nlpcraft.conf          |  1 -
 .../org/apache/nlpcraft/common/NCService.scala     |  7 ++++
 .../apache/nlpcraft/common/ansi/NCAnsiColor.scala  |  3 +-
 .../nlpcraft/common/ascii/NCAsciiTable.scala       | 21 ++++-------
 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 13 +++----
 .../apache/nlpcraft/common/socket/NCSocket.scala   |  5 +--
 .../org/apache/nlpcraft/common/util/NCUtils.scala  | 27 ++++++++++++--
 .../nlpcraft/examples/weather/weather_model.json   |  2 -
 .../apache/nlpcraft/model/impl/NCTokenLogger.scala | 30 ++++++++++-----
 .../nlpcraft/model/intent/utils/NCDslIntent.scala  | 12 +++++-
 .../model/tools/cmdline/NCCommandLine.scala        | 39 +++++++++++++++-----
 .../model/tools/test/NCTestClientBuilder.java      |  4 +-
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |  4 +-
 .../probe/mgrs/conversation/NCConversation.scala   | 26 +++++++------
 .../probe/mgrs/deploy/NCDeployManager.scala        | 12 +++---
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  2 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  | 43 +++++++++++-----------
 .../org/apache/nlpcraft/server/NCServer.scala      |  4 +-
 .../nlp/enrichers/NCServerEnrichmentManager.scala  | 28 +++++++-------
 .../nlpcraft/server/probe/NCProbeManager.scala     | 34 ++++++-----------
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |  4 +-
 .../nlpcraft/server/user/NCUserManager.scala       |  4 +-
 .../nlpcraft/common/ascii/NCAsciiTableSpec.scala   | 18 +++++++--
 23 files changed, 203 insertions(+), 140 deletions(-)