Andrew Thomas
Andrew Thomas
The readme states that it has "By default... an embedding size for the vocabulary of 32" However, it looks like 64 in the code https://github.com/Conchylicultor/DeepQA/blob/31c7f0ec988292166aea718ebd4cd0d4d053f9b3/chatbot/chatbot.py#L126
python main_simple_seq2seq.py Traceback (most recent call last): File "main_simple_seq2seq.py", line 18, in from data.twitter import data ImportError: No module named twitter
https://arxiv.org/pdf/1805.09655.pdf
http://nlp.fast.ai/classification/2018/05/15/introducting-ulmfit.html
On ios 7, the top of the calendar is cut off by the navigation controls 
With regards to this code sample... On the first var StanfordSimpleNlp has lower case lp at the end. The next line new StanfordSimpleNLP has upper case LP. Shouldn't they match?...