dariusk / NaNoGenMo-2015

National Novel Generation Month, 2015 edition.
341 stars 21 forks source link

Not-So-Little Women #182

Open lizrush opened 8 years ago

lizrush commented 8 years ago

My book is based off of 14 novels & autobiographies written by female authors of 19th century United States.

It's just based off of a simple trigram model, then random text is generated into paragraphs of random length. I decided to leave chapter headings in my model so that I could have random chapters in the book. The only hand tweaking I did was turning any instance of "Chapter..." into a header.

Code: https://github.com/lizrush/NaNoGenMo2015 Book: http://lizrush.github.io/NaNoGenMo2015/ Blog post: coming soon!

My favorite thing about using texts from the 19th century was that sometimes you can't tell if the generated text is hard to read because it's generated and doesn't make much sense or because it sounds so old-timey:

I have said of human life when I saw the Ohio river, that you shall work. Still, falsehood may be hearing you. She only 'spects something. Them curls may make a noise you shall not.

This was my first NaNoGenMo! It was super fun!

MichaelPaulukonis commented 8 years ago

Welcome, and congratulations!

lizrush commented 8 years ago

And here's a blog post that I wrote about the tools I used in generating my book!

NaNoGenMo + Text Analysis with Algorithmia’s Natural Language Processing algorithms