Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
/ matchr Public archive
forked from antzucaro/matchr

An approximate string matching library for the Go programming language.

License

Notifications You must be signed in to change notification settings

onefootball-archive/matchr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matchr

An approximate string matching library for the Go programming language.

Rationale

Data used in record linkage can often be of dubious quality. Typographical errors or changing data elements (to name a few things) make establishing similarity between two sets of data difficult. Rather than use exact string comparison in such situations, it is vital to have a means to identify how similar two strings are. Similarity functions can cater to certain data sets in order to make better matching decisions. The matchr library provides several of these similarity functions.

About

An approximate string matching library for the Go programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%