psaintlaurent/StringMatchingTest
Folders and files
| Name | Name | 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