-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm in #55
Comments
And here's the repo: https://github.com/ashanan/NaNoGenMo-2014Entry/tree/master |
Looking forward to this! |
Yes, sounds good! Of course, it depends a lot on the word and the book. "White in Moby Dick" sounds good. The OED has a word of the day, and the quotations for "moonlit" were particularly poetic:
See also Darius's Occurrences of 'Love' in Last Words of Executed Texas Death Row Inmates. |
@dariusk thanks! @hugovk thanks! I think it will be interesting to use the same set of words in different books. It didn't even occur to me to use non-book texts, that's a really neat idea. Here's my first generated novel, clocking in at 57309 words. |
Good stuff! It'd be great to print out full sentences rather that individual lines arbitrary start and end cut-offs. You could maybe parse using NLTK, or if that's a bit heavy, just scan backwards to the preceding And perhaps just look for the whole word, case-insensitive: for "night" there's some "nights" and "midnight", which are fine, but quite a few "knight". You could try also "Monomaniac in Moby Dick". Perhaps "<Protagonist_name> in book" might give a cut-down version of a whole story. |
I have some thoughts about how to do better parsing. That and case sensitivity are both issues already. Please feel free to add new ones (or comment here) if you think any more improvements. https://github.com/ashanan/NaNoGenMo-2014Entry/issues |
Current idea: chapters are titled with word/book pairs. Each chapter is every sentence in that book that contains that word. Think "White in Moby Dick."
The text was updated successfully, but these errors were encountered: