Hacker News new | ask | show | jobs
by jacquesm 4401 days ago
Those are Markov-chain based text generators. (yes, I got the joke).
2 comments

Well recently a lot of work has gone into using NNs for natural language processing. Typically it's trained to do something like predict the next word or character in a sequence. Using that you could possibly create a far better generative model than markov chains, and create more realistic sentences. Perhaps you could even combine them (NN gets the output of the markov chain to help make it's prediction.)
:( I wish everyone else did.