msimecek / wingbot-cli

Wingbot command line interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wingbot.ai CLI

CLI tool for wingbot.AI Tools for processing intents from RASA JSONs to Facebook fast-text learning sets.

Because there is good GUI: Rasa NLU Trainer

Create wingbot project

Install wingbot.ai CLI

$ npm i -g wingbot-cli

Create a new project

$ mkdir my-bot
$ cd my-bot
$ wingbot init

wingbot init command

Log in to wingbot.ai

  • Log in to Wingbot
$ wingbot login

Learning set tools

  • Convert RASA json to fast-text learning set
$ wingbot jsonToText ./testData.json ./testData.txt
  • Convert RASA json to fast-text learning set and multiply by entities
$ wingbot jsonToText -m ./testData.json ./testData.txt
  • Make word vectors learning set from wiki XML export
$ wingbot wikiToText ./testData.xml ./testData.txt

About

Wingbot command line interface


Languages

Language:JavaScript 56.5%Language:HTML 43.5%