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/04/27 10:27:31 UTC

[incubator-nlpcraft] branch NLPCRAFT-30 updated (b6c7124 -> b235d2d)

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

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


    from b6c7124  Merge branch 'master' into NLPCRAFT-30
     add 15ea31d  Fix for NLPCRAFT-39.
     new b235d2d  Merge branch 'master' into NLPCRAFT-30

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            | 36 ++++++++++------------
 .../org/apache/nlpcraft/common/util/NCUtils.scala  | 21 ++++++-------
 .../model/intent/impl/NCIntentDslCompiler.scala    |  2 +-
 .../model/intent/impl/NCIntentSolverEngine.scala   |  7 ++---
 .../probe/mgrs/deploy/NCDeployManager.scala        |  1 +
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  2 +-
 .../mgrs/model/NCModelSynonymDslCompiler.scala     | 32 +++++++++----------
 .../server/geo/tools/NCGeoNamesGenerator.scala     |  8 ++---
 .../geo/tools/NCGeoStateNamesGenerator.scala       |  2 +-
 .../geo/tools/NCGeoSyntheticNamesGenerator.scala   |  4 +--
 .../geo/tools/metro/NCGeoMetroGenerator.scala      |  4 +--
 .../org/apache/nlpcraft/server/json/NCJson.scala   |  8 ++---
 .../nlp/core/stanford/NCStanfordAnnotator.scala    |  2 +-
 .../enrichers/stopword/NCStopWordEnricher.scala    |  2 +-
 .../nlpcraft/server/probe/NCProbeManager.scala     | 13 +++++---
 .../nlpcraft/server/query/NCQueryManager.scala     | 15 +++++----
 .../nlpcraft/server/rest/NCRestManager.scala       | 12 +++-----
 17 files changed, 85 insertions(+), 86 deletions(-)


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

Posted by se...@apache.org.
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 b235d2da554ee0aa8a1d66f673e120e816a92984
Merge: b6c7124 15ea31d
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Mon Apr 27 13:27:07 2020 +0300

    Merge branch 'master' into NLPCRAFT-30

 pom.xml                                            | 36 ++++++++++------------
 .../org/apache/nlpcraft/common/util/NCUtils.scala  | 21 ++++++-------
 .../model/intent/impl/NCIntentDslCompiler.scala    |  2 +-
 .../model/intent/impl/NCIntentSolverEngine.scala   |  7 ++---
 .../probe/mgrs/deploy/NCDeployManager.scala        |  1 +
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  2 +-
 .../mgrs/model/NCModelSynonymDslCompiler.scala     | 32 +++++++++----------
 .../server/geo/tools/NCGeoNamesGenerator.scala     |  8 ++---
 .../geo/tools/NCGeoStateNamesGenerator.scala       |  2 +-
 .../geo/tools/NCGeoSyntheticNamesGenerator.scala   |  4 +--
 .../geo/tools/metro/NCGeoMetroGenerator.scala      |  4 +--
 .../org/apache/nlpcraft/server/json/NCJson.scala   |  8 ++---
 .../nlp/core/stanford/NCStanfordAnnotator.scala    |  2 +-
 .../enrichers/stopword/NCStopWordEnricher.scala    |  2 +-
 .../nlpcraft/server/probe/NCProbeManager.scala     | 13 +++++---
 .../nlpcraft/server/query/NCQueryManager.scala     | 15 +++++----
 .../nlpcraft/server/rest/NCRestManager.scala       | 12 +++-----
 17 files changed, 85 insertions(+), 86 deletions(-)