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 2021/07/25 19:58:07 UTC

[incubator-nlpcraft] branch master updated (616deb4 -> 25e2e36)

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 616deb4  Update NCCliCommands.scala
     add 7af50af  WIP.
     add e6af296  WIP on NLPCRAFT-379.
     add e66facf  WIP on NLPCRAFT-379
     add 25e2e36  WIP on NLPCRAFT-379

No new revisions were added by this update.

Summary of changes:
 .../nlpcraft/model/tools/cmdline/NCCli.scala       |  39 ++++++-
 .../model/tools/cmdline/NCCliCommands.scala        |  84 ++++++++++----
 .../model/tools/cmdline/NCCliRestSpec.scala        |   9 ++
 .../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala | 127 ++++++++++++++++++---
 .../nlpcraft/server/probe/NCProbeManager.scala     | 104 +++++++++--------
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |  54 ++++++++-
 .../server/sugsyn/NCSuggestSynonymManager.scala    |   2 +-
 .../nlpcraft/server/rest/NCRestModelSpec.scala     |  11 ++
 openapi/nlpcraft_swagger.yml                       |  53 ++++++++-
 9 files changed, 394 insertions(+), 89 deletions(-)