Skip to content

Commandline utility that takes a list of strings and does fuzzy matching of those strings to a reference list of strings.

License

Notifications You must be signed in to change notification settings

ecommandeur/simmstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simmstring

Commandline utility that takes a list of strings and does fuzzy matching of those strings to a reference list of strings. The strings we want to match will be called source strings and the strings we match them to will be called target strings. For each source string it gives the top N matching target strings, according to the Jaro-Winkler string similarity metric.

About

Commandline utility that takes a list of strings and does fuzzy matching of those strings to a reference list of strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages