Thanks!
One of the reasons I made this is to lower the entry barrier in the world of open source. If we get good contributions, I'll definitely want to include NLP / ML.
wit.ai is easy to use. You provide some example queries and manually classify training data. Now, every query you give to it returns probabilities of the categories it may belong to. Rinse and repeat.
It provides two tokens; I've included the client side token. :)
7 comments
[ 3.2 ms ] story [ 29.5 ms ] threadI've noticed people try to start out with NLP + machine learning when creating a bot, got any plans for that?
I've never used wit.ai, can you give me a rundown of how it works? I usually use spacy.io, where it instantiates an NLP on your local machine.
PS: Should your config.py have the access token?