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

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


    from 35c08d8  Update NCCommandLine.scala
     add d05dad2  Update pom.xml
     add 0d05bee  Update pom.xml
     add 84b8609  WIP.
     add 1c1bfad  WIP.
     add a1d0802  Update NCCommandManager.scala
     add a6e2c95  Fix for NLPCRAFT-138.
     new f491d18  Merge branch 'master' into NLPCRAFT-108

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:
 .../nlp/core/stanford/NCStanfordCoreManager.scala  |  8 ++-
 .../nlp/core/stanford/NCStanfordNerEnricher.scala  |  8 ++-
 .../nlp/core/stanford/NCStanfordParser.scala       |  8 ++-
 nlpcraft/pom.xml                                   |  7 +-
 .../org/apache/nlpcraft/common/NCService.scala     | 79 ++++++++++++++++++----
 .../common/extcfg/NCExternalConfigManager.scala    |  7 +-
 .../common/nlp/core/NCNlpCoreManager.scala         |  8 ++-
 .../nlp/core/opennlp/NCOpenNlpTokenizer.scala      |  8 ++-
 .../common/nlp/dict/NCDictionaryManager.scala      |  7 +-
 .../common/nlp/numeric/NCNumericManager.scala      | 14 +++-
 .../nlpcraft/probe/mgrs/cmd/NCCommandManager.scala | 11 ++-
 .../probe/mgrs/conn/NCConnectionManager.scala      | 26 ++-----
 .../mgrs/conversation/NCConversationManager.scala  | 37 +++++-----
 .../probe/mgrs/deploy/NCDeployManager.scala        |  8 ++-
 .../mgrs/dialogflow/NCDialogFlowManager.scala      | 37 +++++-----
 .../probe/mgrs/lifecycle/NCLifecycleManager.scala  |  7 +-
 .../nlpcraft/probe/mgrs/model/NCModelManager.scala |  8 ++-
 .../probe/mgrs/nlp/NCProbeEnrichmentManager.scala  |  8 ++-
 .../dictionary/NCDictionaryEnricher.scala          | 12 +++-
 .../mgrs/nlp/enrichers/limit/NCLimitEnricher.scala | 13 +++-
 .../mgrs/nlp/enrichers/model/NCModelEnricher.scala | 11 ++-
 .../enrichers/relation/NCRelationEnricher.scala    | 12 +++-
 .../mgrs/nlp/enrichers/sort/NCSortEnricher.scala   | 13 +++-
 .../enrichers/stopword/NCStopWordEnricher.scala    | 10 ++-
 .../suspicious/NCSuspiciousNounsEnricher.scala     | 11 ++-
 .../mgrs/nlp/validate/NCValidateManager.scala      |  7 +-
 .../nlpcraft/server/company/NCCompanyManager.scala |  7 +-
 .../server/feedback/NCFeedbackManager.scala        |  7 +-
 .../apache/nlpcraft/server/geo/NCGeoManager.scala  |  8 ++-
 .../lifecycle/NCServerLifecycleManager.scala       |  7 +-
 .../server/nlp/core/NCNlpServerManager.scala       |  8 ++-
 .../nlp/core/google/NCGoogleNerEnricher.scala      |  8 ++-
 .../nlp/core/opennlp/NCOpenNlpNerEnricher.scala    |  8 ++-
 .../server/nlp/core/opennlp/NCOpenNlpParser.scala  |  8 ++-
 .../server/nlp/core/spacy/NCSpaCyNerEnricher.scala |  7 +-
 .../nlp/enrichers/NCServerEnrichmentManager.scala  |  8 ++-
 .../nlp/enrichers/basenlp/NCBaseNlpEnricher.scala  |  9 ++-
 .../coordinate/NCCoordinatesEnricher.scala         | 39 ++++++-----
 .../server/nlp/enrichers/date/NCDateEnricher.scala |  9 ++-
 .../server/nlp/enrichers/geo/NCGeoEnricher.scala   | 13 +++-
 .../nlp/enrichers/numeric/NCNumericEnricher.scala  | 11 ++-
 .../nlp/enrichers/quote/NCQuoteEnricher.scala      | 10 ++-
 .../enrichers/stopword/NCStopWordEnricher.scala    | 11 ++-
 .../server/nlp/preproc/NCPreProcessManager.scala   |  6 +-
 .../server/nlp/spell/NCSpellCheckManager.scala     |  8 ++-
 .../server/nlp/wordnet/NCWordNetManager.scala      |  7 +-
 .../nlpcraft/server/probe/NCProbeManager.scala     | 14 ++--
 .../server/proclog/NCProcessLogManager.scala       |  7 +-
 .../nlpcraft/server/query/NCQueryManager.scala     |  7 +-
 .../nlpcraft/server/rest/NCBasicRestApi.scala      |  2 +-
 .../nlpcraft/server/rest/NCRestManager.scala       |  8 ++-
 .../apache/nlpcraft/server/sql/NCSqlManager.scala  |  7 +-
 .../server/sugsyn/NCSuggestSynonymManager.scala    |  8 ++-
 .../apache/nlpcraft/server/tx/NCTxManager.scala    |  8 ++-
 .../nlpcraft/server/user/NCUserManager.scala       |  8 ++-
 55 files changed, 451 insertions(+), 202 deletions(-)

Reply via email to