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/25 04:02:58 UTC

[incubator-nlpcraft] branch master updated (f3e6c92 -> c79afbd)

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 f3e6c92  Update NCConversation.java
     add 171a9a3  WIP.
     add d050eda  WIP.
     add ff1d413  WIP.
     add 69e0da3  WIP.
     add c79afbd  WIP.

No new revisions were added by this update.

Summary of changes:
 .../main/scala/org/apache/nlpcraft/NCStart.scala   |   5 +-
 .../org/apache/nlpcraft/common/NCService.scala     |   2 +-
 .../ansi/{NCAnsiColor.scala => NCAnsi.scala}       |  42 ++++++--
 .../nlpcraft/common/ascii/NCAsciiTable.scala       |  14 +--
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  12 +--
 .../apache/nlpcraft/common/version/NCVersion.scala |   6 +-
 .../apache/nlpcraft/model/impl/NCTokenLogger.scala |   6 +-
 .../model/intent/impl/NCIntentSolver.scala         |   4 +-
 .../model/intent/impl/NCIntentSolverEngine.scala   |   8 +-
 .../model/tools/cmdline/NCCommandLine.scala        | 108 +++++++++++++++++----
 .../model/tools/test/NCTestAutoModelValidator.java |   5 +-
 .../test/impl/NCTestAutoModelValidatorImpl.scala   |   6 +-
 .../scala/org/apache/nlpcraft/probe/NCProbe.scala  |   4 +
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |   2 +-
 .../probe/mgrs/conn/NCConnectionManager.scala      |  28 +++---
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  12 ++-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |   4 +-
 .../org/apache/nlpcraft/server/NCServer.scala      |  55 ++++++++++-
 .../nlpcraft/server/probe/NCProbeManager.scala     |  11 ++-
 .../nlpcraft/server/query/NCQueryManager.scala     |   4 +-
 .../nlpcraft/common/ascii/NCAsciiTableSpec.scala   |   2 +-
 21 files changed, 241 insertions(+), 99 deletions(-)
 rename nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/{NCAnsiColor.scala => NCAnsi.scala} (76%)