Skip to content

Fuzzy String Matching in Free Pascal - Port of FuzzyWuzzy

License

Notifications You must be signed in to change notification settings

DavidMoraisFerreira/FuzzyWuzzy.pas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Fuzzy String Matching in Free Pascal - Port of FuzzyWuzzy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages