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

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


    from 0475ddde Examples initial scaladoc.
     add 604db673 Examples initial scaladoc.
     add cc5fa8ed Examples initial scaladoc.
     add c366cfc7 WIP
     add c8514faa WIP
     add ddf49cc8 WIP

No new revisions were added by this update.

Summary of changes:
 build.sbt                                          | 23 +++++--
 nlpcraft-examples/calculator/README.md             |  2 +-
 .../nlpcraft/examples/time/CalculatorModel.scala   |  9 +--
 nlpcraft-examples/lightswitch-fr/README.md         |  4 +-
 .../examples/lightswitch/LightSwitchFrModel.scala  |  2 +-
 nlpcraft-examples/lightswitch-ru/README.md         |  4 +-
 .../examples/lightswitch/LightSwitchRuModel.scala  |  2 +-
 .../examples/lightswitch/LightSwitchModel.scala    |  2 +-
 nlpcraft-examples/pizzeria/README.md               |  5 +-
 .../nlpcraft/examples/pizzeria/PizzeriaModel.scala | 75 +++++-----------------
 .../nlpcraft/examples/pizzeria/PizzeriaOrder.scala | 34 +---------
 .../components/PizzeriaModelPipeline.scala         | 15 +++--
 .../pizzeria/components/PizzeriaOrderMapper.scala  | 23 +++----
 .../components/PizzeriaOrderValidator.scala        |  7 +-
 .../examples/pizzeria/PizzeriaModelSpec.scala      |  4 +-
 .../stanford/NCStanfordNLPEntityParser.scala       | 16 ++---
 .../stanford/NCStanfordNLPTokenParser.scala        |  6 +-
 .../stanford/NCStanfordNLPEntityParserSpec.scala   |  5 +-
 .../stanford/NCStanfordNLPTokenParserSpec.scala    |  4 +-
 .../stanford => stanford/util}/NCTestConfig.scala  |  4 +-
 project/plugins.sbt                                |  1 +
 21 files changed, 93 insertions(+), 154 deletions(-)
 rename nlpcraft-stanford/src/main/scala/org/apache/nlpcraft/nlp/{entity/parser 
=> }/stanford/NCStanfordNLPEntityParser.scala (80%)
 rename nlpcraft-stanford/src/main/scala/org/apache/nlpcraft/nlp/{token/parser 
=> }/stanford/NCStanfordNLPTokenParser.scala (92%)
 rename nlpcraft-stanford/src/test/scala/org/apache/nlpcraft/nlp/{entity/parser 
=> }/stanford/NCStanfordNLPEntityParserSpec.scala (92%)
 rename nlpcraft-stanford/src/test/scala/org/apache/nlpcraft/nlp/{token/parser 
=> }/stanford/NCStanfordNLPTokenParserSpec.scala (93%)
 rename nlpcraft-stanford/src/test/scala/org/apache/nlpcraft/nlp/{util/stanford 
=> stanford/util}/NCTestConfig.scala (90%)
 create mode 100644 project/plugins.sbt

Reply via email to