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 2020/05/20 07:28:28 UTC

[incubator-nlpcraft] 02/03: Merge branch 'NLPCRAFT-30-tmp' into NLPCRAFT-30

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

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

commit 0fc25c1adf6a90cae2c216ede72a73e01e4e1684
Merge: ad958d1 364d05d
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Wed May 20 10:24:29 2020 +0300

    Merge branch 'NLPCRAFT-30-tmp' into NLPCRAFT-30

 .../apache/nlpcraft/common/nlp/NCNlpSentence.scala | 632 ++++++++++++++++-
 .../nlpcraft/common/nlp/NCNlpSentenceNote.scala    |  45 +-
 .../apache/nlpcraft/model/impl/NCValueImpl.java    |  50 --
 .../nlpcraft/probe/mgrs/NCModelDecorator.scala     |  71 +-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |  22 +-
 .../probe/mgrs/nlp/enrichers/NCEnricherUtils.scala | 779 ---------------------
 .../mgrs/nlp/enrichers/limit/NCLimitEnricher.scala |  27 +-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala |   8 +-
 .../enrichers/relation/NCRelationEnricher.scala    |  27 +-
 .../mgrs/nlp/enrichers/sort/NCSortEnricher.scala   |  24 +-
 10 files changed, 809 insertions(+), 876 deletions(-)