jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.07k stars 160 forks source link

Price-matching rockymadden's stringmetric #97

Closed DonaldTsang closed 6 years ago

DonaldTsang commented 6 years ago

Link: https://github.com/rockymadden/stringmetric Most edited branch: https://github.com/halfmatthalfcat/stringmetric

jamesturk commented 6 years ago

I'm open to submissions of various algorithms but I'm going to close this issue as too broad. Feel free to submit PRs if you'd like to add any of these

DonaldTsang commented 6 years ago

Also see Elixir https://github.com/smashedtoatoms/the_fuzz

DonaldTsang commented 6 years ago

For more choices in Java: https://github.com/tdebatty/java-string-similarity
For more choices in C#: https://github.com/feature23/StringSimilarity.NET For more choices in C: https://github.com/rieck/harry https://github.com/StefH/SimMetrics.Net/tree/master/src/SimMetrics.Net/Metric

DonaldTsang commented 6 years ago

Java: https://github.com/wolfpaulus/phonetic-alg-compare Ruby: https://github.com/n7v/phonetic

DonaldTsang commented 6 years ago

More in R: https://github.com/howardjp/phonics Others in C and Ruby https://github.com/Rostepher/libstrcmp

DonaldTsang commented 6 years ago

Python: https://github.com/ronggong/phoneticSimilarity C#: https://github.com/jalle007/WordComparision

DonaldTsang commented 6 years ago

If possible, include other forms of SIFT,