Page 1 of 1

similarity percentage of two articles

Posted: Thu Jun 26, 2008 7:03 pm
by m2babaey
Hi
How can I get the similarity percentage of two articles using php?

Re: similarity percentage of two articles

Posted: Thu Jun 26, 2008 7:52 pm
by Kieran Huggins
divide the average article size by the levenshtein() distance between the two for a percentage

Re: similarity percentage of two articles

Posted: Fri Jun 27, 2008 6:53 am
by jayshields
Wow, I never knew about that.