# rasa-nlu-trainer **Repository Path**: scrappy_zhang/rasa-nlu-trainer ## Basic Information - **Project Name**: rasa-nlu-trainer - **Description**: DEPRECATED: We recommend using Rasa X https://rasa.com/docs/rasa-x/ for managing NLU data - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-03-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deprecated: rasa-nlu-trainer We recommend you use [Rasa X](https://rasa.com/docs/rasa-x/) instead. This is a tool to edit your training examples for [rasa NLU](https://github.com/rasahq/rasa_nlu) Use the [online version](https://rasahq.github.io/rasa-nlu-trainer/) or [install with npm](#installation) ## installation `$ npm i -g rasa-nlu-trainer` (you'll need [nodejs and npm](https://nodejs.org/) 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](./CRA_README.md).