0.2.7 • Published 7 years ago

rasa-nlu-trainer v0.2.7

Weekly downloads
593
License
MIT
Repository
github
Last release
7 years ago

rasa-nlu-trainer

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.

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago