Check how much a String sounds like another one in Java

Posted by Llistes Sugra on Stack Overflow See other posts from Stack Overflow or by Llistes Sugra
Published on 2010-03-17T09:38:15Z Indexed on 2010/03/17 9:41 UTC
Read the original article Hit count: 488

Filed under:
|

I'd like to know if there is any class in Java able to check, using its own criteria, how much a String is equal to another one. Example :

  • William Shakespeare / William Shakespeare : might be 100%
  • William Shakespe*a*re / William Shakespe*e*re : might have above 90%
  • William Shakespeare / Shakespeare, William : might have above 70% (just examples)

© Stack Overflow or respective owner

Related posts about java

Related posts about string