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/03/02 02:31:26 UTC

[incubator-nlpcraft] 01/02: Merge branch 'master' into NLPCRAFT-206

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

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

commit 343e36e16c0622e86bd9adb0b5778b5488ded549
Merge: ace0a02 a13ca5d
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Mon Mar 1 16:35:03 2021 -0800

    Merge branch 'master' into NLPCRAFT-206

 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 120 ++++---
 .../test/impl/NCTestAutoModelValidatorImpl.scala   |  18 +-
 .../apache/nlpcraft/probe/mgrs/NCProbeModel.scala  |   2 +-
 .../probe/mgrs/NCProbeSynonymsWrapper.scala        |  51 +++
 .../nlpcraft/probe/mgrs/NCProbeVariants.scala      | 375 ++++++++++++---------
 .../probe/mgrs/deploy/NCDeployManager.scala        |  11 +-
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |   2 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |   2 +
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala |  62 +++-
 .../abstract/NCAbstractTokensVariantsSpec.scala    |  20 +-
 .../nlpcraft/model/jiggle/NCJiggleSpec.scala       |   7 +-
 .../nlpcraft/model/synonyms/NCSynonymsSpec.scala   |  71 ++++
 ...pec3.scala => NCEnricherNestedModelSpec2.scala} |  48 +--
 .../model/NCEnricherNestedModelSpec3.scala         |  12 +-
 14 files changed, 518 insertions(+), 283 deletions(-)