pyronaut
Senior Member
- Dec 9, 2008
- 1,189
- 1,440
You can now download my latest application here.
It is simply a by-product of something else i was creating that needed a way to "spin" articles. It works on a simple token/synonym policy which you can read about below. Its still in very early stages yet and there is quite a few things i would like to implement, namely a thesaurus lookup so you don't have to come up with things from the top of your head.
How To Use :
Put your main article into the top window. For each word that you think can be substituted for another, you put into brackets with a pipe (|) between the words.
Example :
(Hi|Hello|Hiya|Hi There), My Name Is (Wade|Scott)
The above example could output
* Hi, My Name Is Wade
* Hiya My Name Is Wade
* Hi There My Name Is Scott
* Hi There My Name Is Wade
And so forth. So in essence, it will pick randomly from each of the available choices.
Download Here
