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/09/30 05:17:37 UTC

[incubator-nlpcraft] branch NLPCRAFT-384 updated (006ceca -> d2c07bc)

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

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


    from 006ceca  Update pom.xml
     add 3000427  Code cleanup.
     add cfe489f  Code cleanup.
     add 8e343b2  Code cleanup.
     add 8f1a6b6  Code cleanup.
     add a9dc535  WIP.
     add 8d4a11b  Update pom.xml
     add 7e2854b  WIP.
     add d2c07bc  Merge branch 'master' into NLPCRAFT-456

No new revisions were added by this update.

Summary of changes:
 .../nlpcraft/common/nlp/NCNlpSentenceNote.scala    |   1 -
 .../nlpcraft/probe/mgrs/NCProbeIdlToken.scala      |  41 ++++-
 .../apache/nlpcraft/probe/mgrs/NCProbeModel.scala  |   3 +
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |   2 +-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 104 ++++++------
 .../probe/mgrs/sentence/NCSentenceManager.scala    | 184 +++++++++++----------
 .../probe/mgrs/synonyms/NCSynonymsManager.scala    | 150 ++++++++++-------
 .../server/sugsyn/NCSuggestSynonymManager.scala    |  92 ++++++-----
 .../nlpcraft/server/rest/NCRestModelSpec.scala     |  31 +++-
 .../nlpcraft/server/rest/RestTestModel.scala       |   6 +-
 pom.xml                                            |   2 +-
 11 files changed, 362 insertions(+), 254 deletions(-)