Skip to content

Latest commit

 

History

History
122 lines (86 loc) · 7.2 KB

README.md

File metadata and controls

122 lines (86 loc) · 7.2 KB

NaNoGenMo2015

things. you no. GenMo-y things.

National Novel Generation Month 2015: Spend the month of November writing code that generates a novel of 50k+ words.

My two main projects-with-product right now are:

Conversation resources

Story Generation in general

Minstrel

ftp://ftp.cs.ucla.edu/tech-report/1992-reports/920057.pdf

Tale-Spin

The Giant Who Had No Heart in His Body

I'm still interested in Fairy Tales (see 2014 and the resultant slightly-modified-since-then-but-not-much Malepropp).

In particular, a portion of some tales where the hero befriends several characters/creatures [despite (his) haste or advice] which then end up helping him get through a nested problem. Eg, the giant's heart is kept in a box at the top of a tower on an island in a lake past the thorns, past a guard-dragon, etc etc. I'd like to be able to generate a n-level deep problem with associated helper characters -- each of whom would have to have an attribute matched to solving the problem (bear kills dragon, eagle flies hero over lake, etc.). This would also involve some minimal conversations.

See implementation in Heartless. Pure templating as of 2015.11.07. Not as thrilling as I had hoped. But I had hoped for some attribute matching, instead of pure randomness-from-dumb-lists.

nltk and word2vec (link-dump)

Okay, I'm going to be playing with some Python stuff again.

Because I want to understand how to work this: https://github.com/mewo2/vocab-mashup

Gutenberg processing

I downloaded the DVD, and will be playing with some parsing, as well....

simple story creator

something I poked at last year, but didn't continue with. Very simple, and I followed the much-more-complex Proppian generator down it's endless trails. However, I had made a note that putting in some characters from fan-fiction (or whatnot) could be interesting. I'd like to pursue that again, maybe. See how the effect actually plays out with the super-miniatures.

https://github.com/MichaelPaulukonis/NaNoGenMo2014/tree/cb653fbb578b907bc83b9502571cd615f70cc4e0/SimpleStoryCreator

TODO: update the orginal notes to reflect the original repo I was cloning

https://github.com/anihex/SimpleStoryCreator

Summarization

ConceptNet

See conceptnet

Github Narrative

See github-narrative