vexbot
vexbot copied to clipboard
Chat bot featuring multiple services connected to a bot instance using messaging
Traceback (most recent call last): File "/usr/lib64/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) File "/home/hoff/swdev/vexbot/vexbot/adapters/youtube_api.py", line 144, in _recv_loop livechat_response = youtube_api.liveChatMessages().list(liveChatId=live_chat_id, part=part, pageToken=next_token).execute() File "/home/hoff/swdev/vexbot/env/lib/python3.5/site-packages/oauth2client/util.py", line 135, in...
## Intent Classification Rasa NLU uses a [linear SVM](https://nlu.rasa.ai/pipeline.html#intent-classifier-sklearn) to classify the intent by leveraging [spaCy's](https://github.com/explosion/spaCy) [n-gram model](https://en.wikipedia.org/wiki/N-gram) to vectorize utterances. There's also been research into using seq2seq to classify...
There's something weird about the way that I'm handling the subscriptions. For example, on the adapter messaging side, there should be an easy way to do multiple subscriptions. This is...
Need to start thinking about supporting multiple languages. Should be able to follow Django's approach. See here: https://docs.djangoproject.com/en/1.8/topics/i18n/translation/