Skip to content

psaintlaurent/StringMatchingTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a test of FuzzyWuzzy's string matching capabilities.  
FuzzyWuzzy is pretty slow so there are two types of paring optimizations that can be used via commandline to limit the number of strings processed by FuzzyWuzzy:
	- Sequence Matching (sq_pare)
	- Ngram string comparison (ng_pare)


To use this test run the following

python StringMatchTest.py <search_string> <pare_strategy> <pare_threshold>

Example:
python StringMatchTest.py "zymoi #123" sq_pare .7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages