Module: Text

Defined in:
lib/text/soundex.rb,
lib/text/version.rb,
lib/text/metaphone.rb,
lib/text/levenshtein.rb,
lib/text/porter_stemming.rb,
lib/text/double_metaphone.rb,
lib/text/white_similarity.rb

Overview

Ruby implementation of the Double Metaphone algorithm by Lawrence Philips, originally published in the June 2000 issue of C/C++ Users Journal.

Based on Stephen Woodbridge’s PHP version - swoodbridge.com/DoubleMetaPhone/

Author: Tim Fletcher ([email protected])

Defined Under Namespace

Modules: Levenshtein, Metaphone, PorterStemming, Soundex, VERSION Classes: WhiteSimilarity