I've been busy programming the last few weeks, so I thought I'd share my latest creation, a program I wrote to generate random sentences. I did it in Visual C# 4.0. Simply put, it generates random sentences using noun/verb/noun patterns. Some of the sentences can be quite absurd. I also included the source code in a text file if anyone wants to compile the program themselves.
So basically it has a list of pre-written parts split into the subject, verb and object?
EDIT: Sorry, I fail at reading the OP.
Yes. There are 13 nouns, 11 verbs and 13 'objects', which are the same as nouns, but would generally refer to things rather than names. I can also change the sentence structures so it generates noun/verb/noun/conjunction/noun and what-not. I can even make the program randomly generate sentence types too.
Rollback Post to RevisionRollBack
The iteration of these lines brings gold;
The framing of this circle on the ground
Brings whirlwinds, tempests, thunder and lightning.
http://www.mediafire.com/?gq2w38qs9vpijpd
Just install, extract and run the SentenceGenerator2 setup. If you have the .net framework installed on your machine, you might not have to run setup.
In total, there are 1,859 sentences that can be generated.
The framing of this circle on the ground
Brings whirlwinds, tempests, thunder and lightning.
Nice application
Yes. There are 13 nouns, 11 verbs and 13 'objects', which are the same as nouns, but would generally refer to things rather than names. I can also change the sentence structures so it generates noun/verb/noun/conjunction/noun and what-not. I can even make the program randomly generate sentence types too.
The framing of this circle on the ground
Brings whirlwinds, tempests, thunder and lightning.