Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 623 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 623 Bytes

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

  • Ratio()
  • PartialRatio()
  • TokenSortRatio()
  • TokenSetRatio()