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/26 08:50:08 UTC

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

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

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

commit 9897281117e3ee7a9335abee3c0c8472f8c293eb
Merge: 6d7d0e2 15ea31d
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Sun Apr 26 11:49:48 2020 +0300

    Merge branch 'master' into NLPCRAFT-41

 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(-)