Skip to content

RasaHQ/rasa-nlu-trainer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 98 commits ahead, 1 commit behind azazdeaz:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 25, 2017 12:06
February 8, 2017 17:18
December 29, 2016 21:49
December 29, 2016 13:08
August 6, 2018 18:38
January 5, 2017 01:05
January 5, 2017 00:24
January 11, 2017 09:41
January 9, 2017 23:48
May 27, 2019 21:22
April 18, 2017 20:00

deprecated: rasa-nlu-trainer

We recommend you use Rasa X instead.

This is a tool to edit your training examples for rasa NLU Use the online version or install with npm

installation

$ npm i -g rasa-nlu-trainer (you'll need nodejs and npm for this)

launch

$ rasa-nlu-trainer in your working directory

this will open the editor in your browser

options

  • --source -s path to the training file (by default it will be searched recursively in the current directory)
  • --port -p the web app will run here (randomly selected by default)

development

  • git clone this repo
  • $ npm install
  • $ npm start

using the development build locally

  • $ npm run build
  • $ npm link

from here, the $ rasa-nlu-trainer command will start the development version

run $ npm run build again to update the build

run $ npm unlink && npm i -g rasa-nlu-trainer to use the npm version again

This project was bootstrapped with Create React App.

About

DEPRECATED: We recommend using Rasa X https://rasa.com/docs/rasa-x/ for managing NLU data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.1%
  • CSS 2.0%
  • HTML 1.7%
  • Dockerfile 0.2%