Learn how to turn the Jovo Model into a Snips NLU model.
Snips NLU is an open source natural language understanding (NLU) service.
Learn more about the language model structure in the official Rasa NLU docs. The Jovo Model can be translated into this structure by using the npm package (see below).
Install the package like this:
$ npm install @jovotech/model-snips
You can learn more about all the Jovo Model features here: Using the Jovo Model npm Packages.