-
Notifications
You must be signed in to change notification settings - Fork 0
psaintlaurent/StringMatchingTest
Folders and files
Name | Name | 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
Watchers
Forks
Releases
No releases published
Packages 0
No packages published