Questions about text spinning

xgf666

Regular Member
Joined
Jan 18, 2011
Messages
206
Reaction score
98
Hi,
Instead of taking an existing text and make it "spinner ready" I went the opposite way and wrote a text with many possible combinations.

My goal is to create 20 spins of this text.

It's my first time using a spinner so I tried Spinner Chief free version but some features are missing so I was wondering how you guys do to:

- Know the uniqueness of two spins ?
- Know which iterations of the text to select to be the most unique from one another.

I mean, from my text I can generate ~200 version of my text, I would like to select the 20 most unique of them and know the % of uniqueness

Would you have any recommendations on how to do that ?

Thanks
 
I'm after a week testing rytr.me. So far so good. The best thing I like about them is the fact I can add text in English, and get it with a pretty much good Hebrew (RTL).
 
Hi,
Instead of taking an existing text and make it "spinner ready" I went the opposite way and wrote a text with many possible combinations.

My goal is to create 20 spins of this text.

It's my first time using a spinner so I tried Spinner Chief free version but some features are missing so I was wondering how you guys do to:

- Know the uniqueness of two spins ?
- Know which iterations of the text to select to be the most unique from one another.

I mean, from my text I can generate ~200 version of my text, I would like to select the 20 most unique of them and know the % of uniqueness

Would you have any recommendations on how to do that ?

Thanks
Yeah I've been doing this as well. My best tip for human readability is: Make multiple variations of the beginning of every sentence - - most people read the first few words of a sentence, try to mentally infer the meaning and extrapolate the rest of the sentence. So make the first 25% of the sentence as unique as possible ie put the most variations into the spintax.
Regarding the uniqueness thing, I'm trying to implement that as well, I believe there are algorithms like Levenshtein distance but I'm a beginner myself so I need to study this a lil more before I can implement it.
Check out : https://en.wikipedia.org/wiki/String_metric
 
Hi,
Instead of taking an existing text and make it "spinner ready" I went the opposite way and wrote a text with many possible combinations.

My goal is to create 20 spins of this text.

It's my first time using a spinner so I tried Spinner Chief free version but some features are missing so I was wondering how you guys do to:

- Know the uniqueness of two spins ?
- Know which iterations of the text to select to be the most unique from one another.

I mean, from my text I can generate ~200 version of my text, I would like to select the 20 most unique of them and know the % of uniqueness

Would you have any recommendations on how to do that ?

Thanks
Well, you can always create a script to generate articles from the spintax and then, check the uniqueness as I don't see many options for that
 
Thanks everyone for your replies, I ended up doing differently, I'll share here my method in case anyone is interested.
First I generated 200 versions of my text using: http://sp1n.me/index.html (Free tool no registration)
Second I bought a license of https://plagiarismcheckerx.com/ worth $39.95 to cross-check text against eachother
I copy pasted the results in a spreadsheet and ordered the result to find out which ones are the most unique.
Don't hesitate to comment if you have questions
 
Back
Top