2018-09-22
1.0.0
Mukul Varshney
All
All
Libraries, Developer Tools
[Overview]
Fuzzy String Similarity and Word Stemmer. This implementation includes multiple text similarity algorithms. It can be used for smart/fuzzy search. Word stemmer implementation help to find the stem of the word. Demo module shows how to use text similarity as a smart search and word stemmer.
[Detail]
Refer https://en.wikipedia.org/wiki/Approximate_string_matching
https://github.com/Yomguithereal/clj-fuzzy
Algorithms for text similarity are:-
Jaro-Winkler distance
Sorensen / Dice coefficient
Levenshtein distance
Hamming distance
Jaccard / Tanimoto distance
MRA Comparison
Tversky Index
Algorithms for word stemmer are:-
Lancaster stemmer
Lovins stemmer
Porter stemmer
Schinke stemmer
Algorithms for phonetics are:-
Metaphone
Double Metaphone
Soundex
NYSIIS
Caverphone
Cologne Phonetic
MRA codex