Y
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
reificator
2816 days ago
Or a CFG to generate at a high level and a Markov chain to fill in the details
link
sova
2814 days ago
Excellent idea. Then it would actually read like language! But uh, how to choose sentence length and which grammars you want?
link