You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/09/16 07:07:49 UTC

[incubator-nlpcraft] branch NLPCRAFT-113 updated (44bcfd8 -> b9d1d08)

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

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


    from 44bcfd8  Code review.
     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 162bb74  Merge branch 'master' into NLPCRAFT-108
     add d10b808  WIP.
     add 127ff7b  WIP.
     add 64d89c9  Merge branch 'NLPCRAFT-113' into NLPCRAFT-41
     add c64b20c  Improving logging.
     add b9d1d08  Update NCProbeEnrichmentManager.scala

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 +-
 .../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    | 18 +++----
 .../probe/mgrs/conversation/NCConversation.scala   | 26 ++++++----
 .../probe/mgrs/deploy/NCDeployManager.scala        | 12 ++---
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  2 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  | 59 +++++++++++++---------
 .../org/apache/nlpcraft/server/NCServer.scala      |  4 +-
 .../nlp/enrichers/NCServerEnrichmentManager.scala  | 28 +++++-----
 .../nlpcraft/server/probe/NCProbeManager.scala     | 28 ++++------
 .../nlpcraft/server/query/NCQueryManager.scala     | 26 +++++-----
 .../nlpcraft/server/user/NCUserManager.scala       |  4 +-
 .../nlpcraft/common/ascii/NCAsciiTableSpec.scala   | 18 +++++--
 .../mgrs/nlp/enrichers/NCEnricherBaseSpec.scala    |  3 +-
 23 files changed, 210 insertions(+), 155 deletions(-)