CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Brian Gesiak.
Categories to calculate the edit distance between NSString objects.
MDCDamerauLevenshtein includes two algorithms for calculating the edit distance between NSString objects:
Potential applications for this library:
-[NSString compare:options:] to filter search results,
display terms with small edit distances.NSString, but only computes Levenshtein distance, not
Damerau-Levenshtein. Does not include unit tests.