Update information about Rasa (#4492)

Rasa has been updated and rasa core and rasa nlu have been merged.
This commit is contained in:
Julin S 2019-10-22 18:02:31 +05:30 committed by Ines Montani
parent b0bdb18b4d
commit 3ee15fce0d
1 changed files with 6 additions and 6 deletions

View File

@ -578,13 +578,13 @@
}, },
{ {
"id": "rasa", "id": "rasa",
"title": "Rasa NLU", "title": "Rasa",
"slogan": "Turn natural language into structured data", "slogan": "Turn natural language into structured data",
"description": "Rasa NLU (Natural Language Understanding) is a tool for understanding what is being said in short pieces of text. Rasa NLU is primarily used to build chatbots and voice apps, where this is called intent classification and entity extraction. To use Rasa, *you have to provide some training data*.", "description": "Machine learning tools for developers to build, improve, and deploy contextual chatbots and assistants. Powered by open source.",
"github": "RasaHQ/rasa_nlu", "github": "RasaHQ/rasa",
"pip": "rasa_nlu", "pip": "rasa",
"thumb": "https://i.imgur.com/ndCfKNq.png", "thumb": "https://i.imgur.com/TyZnpwL.png",
"url": "https://nlu.rasa.com/", "url": "https://rasa.com/",
"author": "Rasa", "author": "Rasa",
"author_links": { "author_links": {
"github": "RasaHQ" "github": "RasaHQ"