Calculates similarity between two strings or two words in C#. String similarity confidentially reflects relationships between two words or strings.
String similarity between two strings or words can be calculated in two steps:
- Calculating number of steps required to transform one string to other
- Calculating percentage similarity between two word from above calculated steps
For more detail read http://goo.gl/6vD0K0