dariusk / NaNoGenMo

National Novel Generation Month. Because.
184 stars 16 forks source link

Teens Wander Around a House, by Darius Kazemi #2

Open dariusk opened 10 years ago

dariusk commented 10 years ago

Hi everyone. I have no clue what I'm going to do yet, but I'm tracking my progress here. Excited for this :smiley:

dariusk commented 10 years ago

Okay, here's my first novel! http://tinysubversions.com/nanogenmo/novel-1.pdf

It uses dreams from http://dreambank.net/ and follows this structure:

I'll post the code later.

dariusk commented 10 years ago

Basically the idea here was: could I approximate a sense of narrative forward movement by moving between corpuses of the dreams of girls of ascending age, with a creepy/awful interlude to break things up.

dariusk commented 10 years ago

Okay, I've been playing around with dialogue. Here's an example:

"What is the best lesson you've had using epic citedel?"

Delinda squirmed. "Realizing you can mix science and humanities."

"Why do you think you're so relevant?"

Delinda flinched. "Because i didn't pull all nighters for material not relevant to me in college right now."

"What's the best tweet you read today?" demanded Celinka.

Delinda sighed. "I think my last rt."

Full example here: https://gist.github.com/dariusk/b74ecc5ec6b83d62cdba

It grabs three kinds of question and answer:

enkiv2 commented 10 years ago

That is very cool. Do you have some sort of knowledge-base for categorizing what would be an appropriate response? (Something storing categories and their members, like maybe the OpenCog/Cyc/NELL ontologies?)

On Thu, Nov 7, 2013 at 3:46 PM, dariusk notifications@github.com wrote:

Okay, I've been playing around with dialogue. Here's an example:

"What is the best lesson you've had using epic citedel?"

Delinda squirmed. "Realizing you can mix science and humanities."

"Why do you think you're so relevant?"

Delinda flinched. "Because i didn't pull all nighters for material not relevant to me in college right now."

"What's the best tweet you read today?" demanded Celinka.

Delinda sighed. "I think my last rt."

Full example here: https://gist.github.com/dariusk/b74ecc5ec6b83d62cdba

It grabs three kinds of question and answer:

  • subtweets in the form of "why do you / why would you", along with tweets that have "because i"
    • I filter this further by grabbing the longest word from the question, and finding a "because i" tweet that contains that word
    • tweets that ask, "What is the best ___?" It grabs the first word after "best" and finds tweets that say " [whatever] is the best [firstword]", setting "[whatever]" to the answer
  • same as above, but "your favorite" and "my favorite" as the pair

— Reply to this email directly or view it on GitHubhttps://github.com/dariusk/NaNoGenMo/issues/2#issuecomment-28004745 .

dariusk commented 10 years ago

Nope. I try to keep this stuff as stupid as possible.

dariusk commented 10 years ago

Here's a hint of my novel-in-progress:

https://gist.github.com/dariusk/3e1049e873aa5185d6e0

It fuses my dream and dialogue work above, plus a homegrown version of @catseye's text adventure thingy.

dariusk commented 10 years ago

Here it is: Teens Wander Around a House, my work-in-progress. 108k words. 4MB PDF

MichaelPaulukonis commented 9 years ago

This is https://github.com/dariusk/dialogue right?

Was the version with the interludes and merged dreams every committed anywhere?

dariusk commented 9 years ago

I don't know. It's been too long.

aaruni96 commented 6 years ago

Dude, is there code available for generating the novel? (This is the final version, AFAIK : http://tinysubversions.com/nanogenmo/novel-2.pdf ).

dariusk commented 6 years ago

@aaruni96 This is it! https://github.com/dariusk/dialogue/blob/master/index.js