chatito_gen_nlu_data icon indicating copy to clipboard operation
chatito_gen_nlu_data copied to clipboard

chatito generate nlu data

how to use

  1. download chatito
npm install -g chatito
  1. create a definition file (e.g.: trainClimateBot.chatito) with your code

  2. run the npm generator

npx chatito <pathToFileOrDirectory> --format=<format> --formatOptions=<formatOptions> --outputPath=<outputPath>
  • <pathToFileOrDirectory> path to a .chatito file or a directory that contains chatito files. If it is a directory, will search recursively for all *.chatito files inside and use them to generate the dataset. e.g.: lightsChange.chatito or ./chatitoFilesFolder
  • Optional. default, rasa or snips
  • <formatOptions> Optional. Path to a .json file that each adapter optionally can use
  • <outputPath> Optional. The directory where to save the generated dataset. Uses the current directory as default.
  1. document https://rodrigopivi.github.io/Chatito/