Skip to content

ahmedjawed01/StringSimilarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

StringSimilarity

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:

  1. Calculating number of steps required to transform one string to other
  2. Calculating percentage similarity between two word from above calculated steps

For more detail read http://goo.gl/6vD0K0

About

Calculating Percentage Similarity of two Strings in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages