fuzzy-string-similarity-and-word-stemmer
Mobile icon

Fuzzy String Similarity and Word Stemmer - Mobile

Stable version 2.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 04 January 2019 by 
3.5
 (2 ratings)
fuzzy-string-similarity-and-word-stemmer

Fuzzy String Similarity and Word Stemmer - Mobile

Details
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.
Read more

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



Release notes (2.0.0)
Reviews (0)
Team