This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
from 7a080d24 Fix for NLPCRAFT-516
add 2f136ba6 Calculator test moved into examples.
add 515df32c POM and SBT fixes.
add 99c1b2e6 Merge branch 'master' into NLPCRAFT-518
add 6fd7e8f3 Update CalculatorModel.scala
No new revisions were added by this update.
Summary of changes:
build.sbt | 29 ++++++-
nlpcraft-examples/{time => calculator}/README.md | 6 +-
nlpcraft-examples/{pizzeria => calculator}/pom.xml | 4 +-
.../nlpcraft/examples/time/CalculatorModel.scala | 82 +++++++++++++++++++
.../examples/time/CalculatorModelSpec.scala} | 20 +++--
.../lightswitch/LightSwitchFrModelSpec.scala | 2 +-
.../lightswitch/LightSwitchRuModelSpec.scala | 2 +-
.../lightswitch/LightSwitchModelSpec.scala | 2 +-
.../nlpcraft/examples/time/TimeModelSpec.scala | 2 +-
.../nlpcraft/models/NCIntCalcModelSpec.scala | 91 ----------------------
pom.xml | 3 +-
11 files changed, 130 insertions(+), 113 deletions(-)
copy nlpcraft-examples/{time => calculator}/README.md (91%)
copy nlpcraft-examples/{pizzeria => calculator}/pom.xml (96%)
create mode 100644
nlpcraft-examples/calculator/src/main/scala/org/apache/nlpcraft/examples/time/CalculatorModel.scala
copy
nlpcraft-examples/{time/src/test/scala/org/apache/nlpcraft/examples/time/TimeModelSpec.scala
=>
calculator/src/test/scala/org/apache/nlpcraft/examples/time/CalculatorModelSpec.scala}
(60%)
delete mode 100644
nlpcraft-stanford/src/test/scala/org/apache/nlpcraft/models/NCIntCalcModelSpec.scala