This is an automated email from the ASF dual-hosted git repository. aradzinski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
commit e160f2df0017832269e8be02cbdedaa88c9f06f7 Merge: 216788e dd8f232 Author: Aaron Radzinski <aradzin...@datalingvo.com> AuthorDate: Mon Mar 14 15:11:41 2022 -0700 Merge branch 'master' of https://github.com/apache/incubator-nlpcraft nlpcraft-examples/lightswitch-fr/README.md | 50 ++++++++++++++ nlpcraft-examples/lightswitch-fr/pom.xml | 80 ++++++++++++++++++++++ .../examples/lightswitch/LightSwitchFrModel.scala} | 57 +++++++-------- .../entity/parser/NCFrSemanticEntityParser.scala | 35 ++++++++++ .../enricher/NCFrLemmaPosTokenEnricher.scala} | 7 +- .../enricher/NCFrStopWordsTokenEnricher.scala | 48 +++++++++++++ .../nlp/token/parser/NCFrTokenParser.scala} | 26 +++---- .../src/main/resources/lightswitch_model_fr.yaml | 45 ++++++++++++ .../lightswitch/NCModelValidationSpec.scala | 30 ++++++++ .../examples/lightswitch/LightSwitchRuModel.scala | 10 +-- .../token/enricher/NCRuLemmaPosTokenEnricher.scala | 1 - .../nlp/token/parser/NCRuTokenParser.scala | 27 ++++---- .../nlpcraft/internal/impl/NCModelClientImpl.scala | 2 - pom.xml | 1 + 14 files changed, 353 insertions(+), 66 deletions(-)