Possible Duplicate:
Similarity String Comparison in Java
Hi all
I am trying to find partial matching between two Strings using Java, of course, there are lot of questions and answers on stackoverflow, however, non of these fulfill my requirment. I have two strings (sentences), for example, "strong java programming" and "Strong programing skill". Now I want to measure the degree of similarity between these two sentences like 25% not just partial matching = ture or false.
thanks