You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2021/09/23 16:03:52 UTC

[incubator-nlpcraft] branch NLPCRAFT-443 updated (614dfe5 -> c373eea)

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

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


    from 614dfe5  WIP.
     add 312fabf  WIP.
     add 72dc24f  WIP.
     add 2db3868  WIP.
     add 218541a  WIP.
     add 267e82f  WIP.
     add 9acc695  WIP.
     add 4376e97  WIP.
     add 26d4c40  WIP.
     add 12bfead  WIP.
     add c373eea  WIP.

No new revisions were added by this update.

Summary of changes:
 .../cargps/src/main/resources/cargps_model.yaml    |   2 +-
 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala |  12 +
 .../nlpcraft/common/nlp/NCNlpSentenceNote.scala    | 128 ++++----
 .../nlpcraft/common/nlp/NCNlpSentenceToken.scala   |  12 +-
 .../org/apache/nlpcraft/probe/NCProbeBoot.scala    |   2 +
 .../nlpcraft/probe/mgrs/NCProbeSynonym.scala       | 180 +----------
 .../nlpcraft/probe/mgrs/NCProbeVariants.scala      |   3 +
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |   6 +-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala |  41 ++-
 .../mgrs/nlp/enrichers/model/NCSentenceCache.scala | 110 +++++++
 .../probe/mgrs/sentence/NCSentenceManager.scala    |   9 +-
 .../probe/mgrs/synonyms/NCSynonymsManager.scala    | 332 +++++++++++++++++++++
 .../nlp/enrichers/NCServerEnrichmentManager.scala  |   4 +-
 13 files changed, 563 insertions(+), 278 deletions(-)
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/nlp/enrichers/model/NCSentenceCache.scala
 create mode 100644 nlpcraft/src/main/scala/org/apache/nlpcraft/probe/mgrs/synonyms/NCSynonymsManager.scala