mikelax / spacebot

spacebot - A Slack Bot for exploring NASA images
https://slashspacebot.netlify.app
Apache License 2.0
6 stars 2 forks source link

Implement basic supervised training for v1 nl bot interaction #28

Open mikelax opened 7 years ago

mikelax commented 7 years ago

Implement a basic NaturalNode classifier to try and understand commands.

Create a sample training set of documents to determine the command to run:

There should be a default response if no action could be gleamed from the input. (Future) create full conversation to allow follow up actions. ie. After performing apod, handle "Add to my favorites list".

This should be made modular to allow for switching up the library implementation. Another option would be to use wit.ai Intent Parser.