Originally raised by @maminian on 9 Feb. 2022
Would like to have module/class/collection of python tools in a py file which can do the following independently:
- Scenario 1: you have a list of officer names, police ranks, addresses, etc, which you want to fuzzy match against a list of records
- Scenario 2: Discovering the names, ranks, addresses, etc (then applying 1)
- Scenario 3: ??? (please comment below)