Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Price-matching rockymadden's stringmetric #97

Closed
DonaldTsang opened this issue Apr 16, 2018 · 7 comments
Closed

Price-matching rockymadden's stringmetric #97

DonaldTsang opened this issue Apr 16, 2018 · 7 comments

Comments

@DonaldTsang
Copy link

  • Phonetic Algorithm

    • Double Metaphone (Queued phonetic metric and algorithm)
    • NYSIIS (Phonetic metric and algorithm)
    • Refined NYSIIS (Phonetic metric and algorithm)
    • Refined Soundex (Phonetic metric and algorithm)
    • Soundex (Phonetic metric and algorithm)
  • Similarity Metrics

    • Dice / Sorensen (Similarity metric)
    • Jaccard (Similarity metric)
    • Monge-Elkan (Queued similarity metric)
    • Needleman-Wunch (Queued similarity metric)
    • N-Gram (Similarity metric)
    • Overlap (Similarity metric)
    • Ratcliff-Obershelp (Similarity metric)
    • Tanimoto (Queued similarity metric)
    • Tversky (Queued similarity metric)
    • Smith-Waterman (Queued similarity metric)
    • Weighted Levenshtein (Similarity metric)

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

@jamesturk
Copy link
Owner

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
Copy link
Author

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

@DonaldTsang
Copy link
Author

DonaldTsang commented Apr 19, 2018

@DonaldTsang
Copy link
Author

DonaldTsang commented Apr 20, 2018

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

@DonaldTsang
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants