Andrew Thomas

Results 6 issues of 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

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 ![screen shot 2013-09-21 at 4 47 13 pm](https://f.cloud.github.com/assets/838741/1186538/c796ed40-2307-11e3-8229-d857bd78cf6e.png)

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?...