Is Mark W. Shayney the best way to generate text?

I want to take large documents and generate text similar to them. I know that Markov Chains were used for this with Mark V Shaney . Is there a better way to do this now, or is this approach still basically the best available?

+5
source share
1 answer

I'm not sure that Markov chains are the best way to generate text, but it is certainly an easy way.

There is an alternative way to deep linguistic process in g using semantic and grammatical generators such as ACE Parser / Generator . Perhaps you can test the power of generating deep grammar through their demo site . After parsing the offers on the demo site, it is possible to generate similar offers.

+2
source

All Articles