FuzzyWuzzy.pas - Fuzzy String Matching in Free Pascal
April 23, 2019 ยท View on GitHub
FuzzyWuzzy.pas is a (Free) Pascal port of FuzzyWuzzy, a fuzzy string matching library that uses the Levenshtein Distance.
How to Get Started
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
Supported Algorithms
- Ratio()
- PartialRatio()
- TokenSortRatio()
- TokenSetRatio()