pender / chatbot-rnn

A toy chatbot powered by deep learning and trained on data from Reddit
MIT License
899 stars 370 forks source link

Reddit-parser #21

Closed nichcuta closed 6 years ago

nichcuta commented 7 years ago

Reddit-parser doesn't work with reddit data gathered between RC_2005-12 and RC_2007-10, while also from RC_2015-08 till RC_2017-06. I am trying to edit the reddit_parse.py myself although it will take me some time to figure it out.

PS: The main reason it fails is due to jason tags 'ups', 'downs', and 'name' are missing in the above mentioned list of data files.

downs error name error

Could someone perhaps help me figure this out please :)?

pender commented 6 years ago

I spent a long time with reddit-parse.py and it should all be fixed now (although now it runs in Python 3). Just reopen the issue if you still have problems.