This is an automated email from the ASF dual-hosted git repository. sergeykamov pushed a change to branch NLPCRAFT-491 in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
from 81eab344 Minor fixes. add 110fa922 WIP javadoc. add 668cf8c7 Update NCPipeline.java add 351218cd Echo example deleted. new 465adafa Merge branch 'master' into NLPCRAFT-491 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: nlpcraft-examples/echo/README.md | 50 - nlpcraft-examples/echo/pom.xml | 62 - .../apache/nlpcraft/examples/time/EchoModel.java | 65 - .../echo/src/main/resources/cities_timezones.txt | 23157 ------------------- .../echo/src/main/resources/time_model.yaml | 27 - .../examples/time/NCModelValidationSpec.scala | 41 - .../org/apache/nlpcraft/NCEntityEnricher.java | 2 +- .../scala/org/apache/nlpcraft/NCEntityMapper.java | 24 +- .../scala/org/apache/nlpcraft/NCEntityParser.java | 2 +- .../org/apache/nlpcraft/NCEntityValidator.java | 2 +- .../main/scala/org/apache/nlpcraft/NCPipeline.java | 37 +- .../org/apache/nlpcraft/NCPipelineBuilder.java | 3 + .../nlpcraft/nlp/NCEntityValidatorSpec.scala | 8 +- .../apache/nlpcraft/nlp/NCTokenValidatorSpec.scala | 7 +- pom.xml | 1 - 15 files changed, 60 insertions(+), 23428 deletions(-) delete mode 100644 nlpcraft-examples/echo/README.md delete mode 100644 nlpcraft-examples/echo/pom.xml delete mode 100644 nlpcraft-examples/echo/src/main/java/org/apache/nlpcraft/examples/time/EchoModel.java delete mode 100644 nlpcraft-examples/echo/src/main/resources/cities_timezones.txt delete mode 100644 nlpcraft-examples/echo/src/main/resources/time_model.yaml delete mode 100644 nlpcraft-examples/echo/src/test/java/org/apache/nlpcraft/examples/time/NCModelValidationSpec.scala