Bergvca / string_grouper

Super Fast String Matching in Python
MIT License
362 stars 76 forks source link

Remaining ID functionality added (2) #30

Closed ParticularMiner closed 3 years ago

ParticularMiner commented 3 years ago

Added ID functionality to functions group_similar_strings() and match_most_similar(). Both functions return either a pandas Series or DataFrame depending on whether ID data is absent or not. Also updated unittest script test_string_grouper.py. All relevant unittests performed with success.