iguanaonmystack / nanogenmo2015

NaNoGenMo 2015
MIT License
2 stars 0 forks source link

Linguistics system #4

Open iguanaonmystack opened 8 years ago

iguanaonmystack commented 8 years ago

Each person should have their own subset of available vocab and other stylistic devices to give a sense of personality.

Consider using a grammar (eg context-free) to generate more interesting sentences. This would require defining terminals in each event, linking events with conjunctions (eg, causation, embellishment, provisos), then determining which grammars can be generated with the available terminals and then picking one at random.

iguanaonmystack commented 8 years ago

This also needs to include a system for modifying verbs to turn them past tense and/or first and third person.