Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rasa-nlu-trainer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rasa-nlu-trainer

This is a tool to edit your training examples for [rasa NLU](https://github.com/golastmile/rasa_nlu)

  • 0.2.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
increased by188.89%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 18 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc