Wingbot.ai CLI tool
npm install wingbot-cliCLI tool for wingbot.AI
Install wingbot.ai CLI
``bash`
$ npm i -g wingbot-cli
Create a new project
`bash`
$ mkdir my-bot
$ cd my-bot
$ wingbot init
`bash`
$ wingbot update
- Convert RASA json to fast-text learning set
`bash`
$ wingbot jsonToText ./testData.json ./testData.txt
- Convert RASA json to fast-text learning set and multiply by entities
`bash`
$ wingbot jsonToText -m ./testData.json ./testData.txt
- Make word vectors learning set from wiki XML export
`bash``
$ wingbot wikiToText ./testData.xml ./testData.txt