Skip to content

johanmeiring/LetterPairSimilarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LetterPairSimilarity

Introduction and License

This is the PHP implementation of Simon White's string matching algorithm, available at http://www.catalysoft.com/articles/StrikeAMatch.html. This implementation is placed in the Public Domain: do whatever you want with it.

Usage Example

require_once('LetterPairSimilarity.class.php');
...
...
$similarity = LetterPairSimilarity::compareStrings('France', 'French Republic');
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages