Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1017 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 1017 Bytes

Jovo Model: Rasa NLU

Learn how to turn the Jovo Model into a Rasa NLU model.

Introduction

Rasa NLU is an open source natural language understanding (NLU) service. You can learn more about the Jovo Framework Rasa NLU integration here.

Learn more about the language model structure language in the official Rasa NLU docs. The Jovo Model can be translated into this structure by using the npm package (see below).

Using the Rasa Jovo Model npm Package

Install the package like this:

$ npm install @jovotech/model-rasa

You can learn more about all the Jovo Model features here: Using the Jovo Model npm Packages.