Description
Adds text algorithms for Ruby, including edit distance, phonetic matching, and stemming. It is useful for search, fuzzy matching, deduplication, suggestions, and language-processing tools.
Text algorithms can produce approximate results that look authoritative. Test languages, accents, case handling, and false matches before using them for user-facing decisions.