wingbot-cli

4.2.0 • Public • Published

Wingbot.ai CLI

CLI tool for wingbot.AI

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

Update wingbot project

$ wingbot update

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

Package Sidebar

Install

npm i wingbot-cli

Weekly Downloads

54

Version

4.2.0

License

MIT

Unpacked Size

620 kB

Total Files

112

Last publish

Collaborators

  • wingbot.ai
  • zdehasek