Hi
How can I get the similarity percentage of two articles using php?
similarity percentage of two articles
Moderator: General Moderators
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: similarity percentage of two articles
divide the average article size by the levenshtein() distance between the two for a percentage
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: similarity percentage of two articles
Wow, I never knew about that.