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

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


    from 63fc114  Merge branch 'master' into NLPCRAFT-70_NEW
     add 711af3a  Update pom.xml
     add 54453ac  Minor fixes.
     add f5af911  Minor REST API related fixes.
     add ab8c86a  Fixed javadoc.
     add c73a1bf  Fix Javadoc (again).
     add 792f60c  WIP on NLPCRAFT-396
     add 5452147  Javadoc & spelling fixes.
     add 165a529  Update NCDeployManager.scala
     add e6a09b4  Bugfixes detected during java client tests.
     add 5cbecad  WIP on NLPCRAFT-402
     add 4b80b1c  Merge branch 'NLPCRAFT-402'
     add d142c73  Minor template fix. Added quotes.
     add a01c774  Merge pull request #17 from rahul3/patch-1
     add 6ed87c7  WIP on NLPCRAFT-404
     add 0ecf903  WIP on NLPCRAFT-404
     add faae526  Fix for 8-bit ANSI colors.
     add f980ebd  Fixed NLPCRAFT-405
     add 60d8437  Fixed log formatting.
     add 2b2b032  Update NCServerEnrichmentManager.scala
     add 57e6b34  Synonyms and values test added.
     add 5dd87be  Date enricher model extended.
     new dc626d4  Merge branch 'master' into NLPCRAFT-70_NEW

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:
 .../lightswitch/LightSwitchGroovyModel.groovy      |   36 +-
 .../examples/lightswitch/LightSwitchJavaModel.java |    8 +
 .../examples/lightswitch/LightSwitchKotlinModel.kt |   36 +-
 .../lightswitch/LightSwitchScalaModel.scala        |    7 +
 .../src/main/resources/lightswitch_model.yaml      |    9 +-
 nlpcraft/src/main/resources/date/full.txt.gz       |  Bin 6098772 -> 6985934 
bytes
 nlpcraft/src/main/resources/date/parts.txt.gz      |  Bin 8104071 -> 8146091 
bytes
 nlpcraft/src/main/resources/date/parts_dmy.txt.gz  |  Bin 4949759 -> 4986446 
bytes
 nlpcraft/src/main/resources/date/parts_mdy.txt.gz  |  Bin 4923267 -> 4955873 
bytes
 nlpcraft/src/main/resources/date/parts_ymd.txt.gz  |  Bin 5298790 -> 5326821 
bytes
 nlpcraft/src/main/resources/nlpcraft.conf          |    2 +-
 .../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       |   55 +-
 .../scala/org/apache/nlpcraft/common/package.scala |   22 +-
 .../org/apache/nlpcraft/common/util/NCUtils.scala  |  125 +-
 .../scala/org/apache/nlpcraft/model/NCElement.java |    8 +-
 .../org/apache/nlpcraft/model/NCModelView.java     |   58 +-
 .../scala/org/apache/nlpcraft/model/NCResult.java  |    5 +-
 .../model/intent/solver/NCIntentSolver.scala       |    2 +-
 .../model/intent/solver/NCIntentSolverEngine.scala |   10 +-
 .../nlpcraft/model/tools/cmdline/NCCli.scala       |   38 +-
 .../model/tools/cmdline/NCCliCommands.scala        |   33 +-
 .../model/tools/embedded/NCEmbeddedResult.java     |    4 +-
 .../model/tools/test/NCTestAutoModelValidator.java |   70 +-
 .../test/impl/NCTestAutoModelValidatorImpl.scala   |   31 +-
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |    4 +-
 .../apache/nlpcraft/probe/mgrs/NCProbeModel.scala  |    8 +
 .../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala |  105 +-
 .../probe/mgrs/deploy/NCDeployManager.scala        |   58 +-
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |   37 +-
 .../org/apache/nlpcraft/server/NCServer.scala      |    2 +-
 .../nlp/enrichers/NCServerEnrichmentManager.scala  |    2 +-
 .../nlp/enrichers/date/tools/NCDateGenerator.scala |   30 +-
 .../nlpcraft/server/probe/NCProbeManager.scala     |    9 +-
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |    2 +-
 .../model/synonyms/NCSynonymsValuesSpec.scala      |  114 ++
 .../NCEnricherDateSpec.scala}                      |   27 +-
 .../nlpcraft/server/rest/NCRestModelSpec.scala     |    1 -
 pom.xml                                            |    8 +-
 41 files changed, 2014 insertions(+), 277 deletions(-)
 create mode 100644 
nlpcraft/src/test/scala/org/apache/nlpcraft/model/synonyms/NCSynonymsValuesSpec.scala
 copy 
nlpcraft/src/test/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/{relation/NCEnricherRelationSpec.scala
 => date/NCEnricherDateSpec.scala} (66%)

Reply via email to