This simple script should help with article spinning efforts. The idea is to paste in plaintext paragraphs and the script should mix them in one file, sentence by sentence from each paragraph.
1. User pastes paragraphs into input fields, minimum 2 of course (user should be able to mix up to 5 or more paragraphs)
OR: the script can request multiple text files (5 or more files should be possible)
2. Script creates a new plaintext output file:
{1st sentence, text file 1|1st sentence, text file 2|.. and so on.. } {2nd sentence, text file 1|2nd sentence, test file 2|.. continue..}
Note spinning brackets “{..}” at beginning and end of each sentences set, and this separator “|” between sentences.
Should be all clear i think, otherwise let me know…
