Hey.. I'm bored right now, and I've been thinking that something a lot of people might find a use for is a spinner program that doesn't take a lot of your time, and that gives 100% readable articles.. Which at the same time pass the copyscrape tests.
It would be a simple console application.. You enter each sentence at a time, and make sure it makes sense.. An example would be to enter Hello|Hey|Hey there|What's up? as the first sentence, and My name is|I'm called|People call me|I'm known as as the second one, then Cris|Jake|John or whatever as the third one.. The program would automatically take these words and produce a total of 48(!) articles.. Of course, many of them are quite similar, but this is where I need your help:
How does copyscrape find out if two articles pass the test or not? Does it simply check if 40% or more of the words are equal? Because then I would just have to code an algorithm that checks for this and sorts out all the articles..
The idea here is that you could write a good article with many possible sentences in about 30 minutes.. This might result in, who knows, 500 articles that pass copyscrape with my program? That's what I would like to accomplish anyways.
The second question is: How would you monetize a program like this?
Also, does such a program already exist, am I wasting my time, would you even want such a program?
It would be a simple console application.. You enter each sentence at a time, and make sure it makes sense.. An example would be to enter Hello|Hey|Hey there|What's up? as the first sentence, and My name is|I'm called|People call me|I'm known as as the second one, then Cris|Jake|John or whatever as the third one.. The program would automatically take these words and produce a total of 48(!) articles.. Of course, many of them are quite similar, but this is where I need your help:
How does copyscrape find out if two articles pass the test or not? Does it simply check if 40% or more of the words are equal? Because then I would just have to code an algorithm that checks for this and sorts out all the articles..
The idea here is that you could write a good article with many possible sentences in about 30 minutes.. This might result in, who knows, 500 articles that pass copyscrape with my program? That's what I would like to accomplish anyways.
The second question is: How would you monetize a program like this?
Also, does such a program already exist, am I wasting my time, would you even want such a program?