With Uniq4o you can calculate the percent of uniqueness of any two articles. Just paste them in the two textareas and hit Compare. There is a limit of 10 000 characters. The HTML is stripped.
Note that even completely different articles can result in between 70 and 100% uniqueness. Also keep in mind that you should not compare the result from this tool with other similar tools, only compare results from the same tool. Based on my research I have made several levels of uniqueness that will help you understand the results from this tool:
- Improvement - Only two images are used for all 13 animals that represent the different uniqueness levels. Different parts from them are displayed with CSS positioning of the background image.
- New feature - Loading animation is displayed instead of the button, while the script is working and after that the button is displayed with jQuery effect.
- New feature - jQuery effects when showing the result.
- New feature - AJAX loading of the page, which means, there is no reloading of the page when you click the button.
- Bug fixed - If there was one less than character "<" somewhere in the text, all the text after it, was considered HTML and was stripped. Now this is fixed. (Still HTML is not allowed and everything between "<" and ">" is removed.)
- New feature - A link used to clear each textarea and give focus to it. Makes a little faster pasting the text there.
- Bug fixed - When there were single quotes or double quotes, or "\", they were automatically escaped and "\" was added in front of them.
- Initial release.