FuzzyWuzzy.pas is a (Free) Pascal port of FuzzyWuzzy, a fuzzy string matching library that uses the Levenshtein Distance.
After installing the Free Pascal binaries for your operating systems, you can compile and execute DemoUsage.pas using the following commands:
> fpc DemoUsage.pas
> ./DemoUsage
- Ratio()
- PartialRatio()
- TokenSortRatio()
- TokenSetRatio()