From 3ee15fce0da28fb7765fea05dab1077323bef790 Mon Sep 17 00:00:00 2001 From: Julin S <48789920+ju-sh@users.noreply.github.com> Date: Tue, 22 Oct 2019 18:02:31 +0530 Subject: [PATCH] Update information about Rasa (#4492) Rasa has been updated and rasa core and rasa nlu have been merged. --- website/meta/universe.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 47fe27cc4..1acaf8ada 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -578,13 +578,13 @@ }, { "id": "rasa", - "title": "Rasa NLU", + "title": "Rasa", "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*.", - "github": "RasaHQ/rasa_nlu", - "pip": "rasa_nlu", - "thumb": "https://i.imgur.com/ndCfKNq.png", - "url": "https://nlu.rasa.com/", + "description": "Machine learning tools for developers to build, improve, and deploy contextual chatbots and assistants. Powered by open source.", + "github": "RasaHQ/rasa", + "pip": "rasa", + "thumb": "https://i.imgur.com/TyZnpwL.png", + "url": "https://rasa.com/", "author": "Rasa", "author_links": { "github": "RasaHQ"