aceakash / string-similarity

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
MIT License
2.52k stars 124 forks source link

remove unrequired comparisions #50

Closed maxbachmann closed 3 years ago

maxbachmann commented 4 years ago

The other 3 cases are all already covered by these two if clauses

maxbachmann commented 3 years ago

@aceakash is there anything that stops this from being merged?

aceakash commented 3 years ago

Thank you @maxbachmann , merged and published