项目作者: DavidMoraisFerreira

项目描述 :
Fuzzy String Matching in Free Pascal - Port of FuzzyWuzzy
高级语言: Pascal
项目地址: git://github.com/DavidMoraisFerreira/FuzzyWuzzy.pas.git
创建时间: 2019-04-23T21:31:46Z
项目社区:https://github.com/DavidMoraisFerreira/FuzzyWuzzy.pas

开源协议:MIT License

下载


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:

  1. > fpc DemoUsage.pas
  2. > ./DemoUsage

Supported Algorithms

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