Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages