tree: 91d9a5b61f1b6fecde7aa99a154d74ccbd72f8b9 [path history] [tgz]
  1. README.md
  2. time_model.yaml
  3. TimeModel.java
  4. TimeModelApp.java
nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md

License build Documentation Status Gitter

Time Example

This example data model answers the questions about current time, either local to the caller or at some city. It provides YAML response with time and timezone information and uses YAML model definition.

Running

You can run necessary JVMs for this example the same way from either the command line or IDE. Note that you don't need to start Data Probe standalone if you are only running the unit test as it uses the embedded probe and starts it automatically:

  • Run REST server:
    • Main class: org.apache.nlpcraft.NCStart
    • Program arguments: -server
  • Test using built-in model auto-validator:
    • Main class: org.apache.nlpcraft.model.tools.test.NCTestAutoModelValidator
    • VM arguments: -DNLPCRAFT_TEST_MODELS=org.apache.nlpcraft.examples.time.TimeModel

If not using built-in test framework (i.e. not using embedded probe) you need to start data probe manually:

  • Run probe standalone and use your own REST client:
    • Main class: org.apache.nlpcraft.NCStart
    • VM arguments: -Dconfig.override_with_env_vars=true
    • Environment variables: CONFIG_FORCE_nlpcraft_probe_models="org.apache.nlpcraft.examples.time.TimeModel"
    • Program arguments: -probe

Documentation

See Getting Started guide for more instructions on how to run these examples.

For any questions, feedback or suggestions:

Copyright

Copyright (C) 2020 Apache Software Foundation