Skip to content

This small library is very useful to fuzzy match person or company names from different databases, from raw chatbot input etc.

License

Notifications You must be signed in to change notification settings

BalintFarkas/fuzzynamematcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzyNameMatcher

This small library is very useful to fuzzy match person or company names from different databases, from raw chatbot input etc.

Usage:

IStringComparerService stringComparerService = new StringComparerService();
var result1 = stringComparerService.GetSimilarityScore("jacko", "Jack Daniels");
var result2 = stringComparerService.GetSimilarityScore("jack", "Jack Daniels");
var result3 = stringComparerService.GetSimilarityScore("john", "Jack Daniels");

About

This small library is very useful to fuzzy match person or company names from different databases, from raw chatbot input etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages