Quileggen/Tweet-Generator

Final Project Submission Review

Opened this issue · 0 comments

  • Dictogram and Listogram classes work and sample as expected. I am not seeing stretch challenges however.
  • Markov chain works for any n-th order, nice work.
  • Heroku app works, but seems slow. I believe you are recreating the entire markov chain for each sentence. I encourage you to look into pickling your markov chain and loading it in, or create the markov chain when starting the instance and referring to it so it does not need to be recreated.