Module: Text
- Defined in:
- lib/text/soundex.rb,
lib/text/version.rb,
lib/text/metaphone.rb,
lib/text/figlet/font.rb,
lib/text/levenshtein.rb,
lib/text/figlet/smusher.rb,
lib/text/porter_stemming.rb,
lib/text/double_metaphone.rb,
lib/text/white_similarity.rb,
lib/text/figlet/typesetter.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: Figlet, Levenshtein, Metaphone, PorterStemming, Soundex, VERSION Classes: WhiteSimilarity