Home

Awesome

FuzzyWuzzy.pas - Fuzzy String Matching in Free Pascal

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