Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Mark V. Shaney still the best way to generate text?

Tags:

nlp

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

like image 202
Nick Heiner Avatar asked Nov 03 '22 15:11

Nick Heiner


1 Answers

I am not sure whether Markov Chains are the best way of generating text but that's surely an easy way.

There is an alternative way in deep linguistic processing using semantic to grammatical generators such as the ACE Parser/Generator. Maybe you can test the generation power of deep grammar through their demo site. After you parse a sentence on the demo site, there is an option to generate similar sentences.

like image 52
alvas Avatar answered Nov 09 '22 11:11

alvas