I would like to compare two strings and get some score how much these look alike. For example "The sentence is almost similar" and "The sentence is similar".
I'm not familiar with existing methods in Java ME, but for php I know the levenshtein function.
Are there better methods in Java?