This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a change to branch NLPCRAFT-398
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git.
from 6f5ee58 WIP.
add faae526 Fix for 8-bit ANSI colors.
add f980ebd Fixed NLPCRAFT-405
add 60d8437 Fixed log formatting.
add 2b2b032 Update NCServerEnrichmentManager.scala
new b85cdba Merge branch 'master' into NLPCRAFT-398
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/scala/org/apache/nlpcraft/NCStart.scala | 2 +-
.../org/apache/nlpcraft/common/NCService.scala | 2 +-
.../org/apache/nlpcraft/common/ansi/NCAnsi.scala | 1321 +++++++++++++++++++-
.../nlpcraft/common/ascii/NCAsciiTable.scala | 12 +-
.../scala/org/apache/nlpcraft/common/package.scala | 22 +-
.../org/apache/nlpcraft/common/util/NCUtils.scala | 125 +-
.../model/intent/solver/NCIntentSolverEngine.scala | 6 +-
.../nlpcraft/model/tools/cmdline/NCCli.scala | 2 +-
.../org/apache/nlpcraft/probe/NCProbeBoot.scala | 2 +-
.../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala | 46 +-
.../org/apache/nlpcraft/server/NCServer.scala | 2 +-
.../nlp/enrichers/NCServerEnrichmentManager.scala | 2 +-
12 files changed, 1494 insertions(+), 50 deletions(-)