Hacker News new | ask | show | jobs
by sova 2816 days ago
Sounds like getting some sort of context free grammar out of it. There is a LR grammar algorithm that is very fast, you could use a Markov chain to generate and then a CFG to verify
1 comments

Or a CFG to generate at a high level and a Markov chain to fill in the details
Excellent idea. Then it would actually read like language! But uh, how to choose sentence length and which grammars you want?