Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling. Sound...
RJBS/Text-Soundex-3.05 - 10 Nov 2015 16:52:53 GMTSoundex is a phonetic algorithm for indexing names by sound, as pronounced in English. Soundex is the most widely known of all phonetic algorithms. Improvements to Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007) If the pa...
MAROS/Text-Phonetic-2.09 - 19 Oct 2017 20:32:40 GMTThe Soundex algorithm was developed to help with the variable spelling of names that is encountered by those doing historical research. The idea is that each name creates a string based on what it sounds like. In this case the concept has been tuned ...
SJHAWTIN/MusicRoom-0.40 - 30 Dec 2009 22:07:39 GMT"Metaphone()" is a function whereby a string/word is broken down into a rough approximation of its english phonetic pronunciation. Very similar in concept and purpose to soundex, but much more comprehensive in its approach....
MSCHWERN/Text-Metaphone-20160805 - 06 Aug 2016 05:43:51 GMTGRIBUSER/Text-Distill-0.4 - 22 May 2019 12:02:00 GMT
Constructors new $obj = Text::Phonetic::SUBCLASS->new(%PARAMETERS) You can pass arbitrary attributes to the constructor. The only global attribute is "unidecode" which defaults to 1 if not set. This attribute controls if non-latin characters should b...
MAROS/Text-Phonetic-2.09 - 19 Oct 2017 20:32:40 GMTThis is yet another solution to the problem of phonetic similarities. In contrast to Soundex or Metaphone, vowels matter, and it is thus more useful for other (germanic?) languages. In languages, there are often cases where an automated phonetic anal...
HEIKOK/Text-MultiPhone-0.01 - 11 Apr 2005 06:37:37 GMTThe "Kölner Phonetik" is a phonetic algorithm for indexing names by sound, as pronounced in German. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in sp...
MAROS/Text-Phonetic-2.09 - 19 Oct 2017 20:32:40 GMTThis module implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of *C/C++ Users Journal*. Double Metaphone is an improved version of Philips' original Metaphone algorithm. In contrast to the S...
MAURICE/Text-DoubleMetaphone-0.07 - 26 Mar 2004 16:47:20 GMTPhonix is an improved version of Soundex, developed by T.N. Gadd. Phonix has been incorporated into a number of WAIS implementations, including freeWAIS. There seem to be two variants of the Phonix algorithm. One which also includes the first letter ...
MAROS/Text-Phonetic-2.09 - 19 Oct 2017 20:32:40 GMTMetaphone was developed by Lawrence Philips as a response to deficiencies in the Soundex algorithm. It is more accurate than Soundex because it uses a larger set of rules for English pronunciation. (Wikipedia, 2007) This module is a thin wrapper arou...
MAROS/Text-Phonetic-2.09 - 19 Oct 2017 20:32:40 GMTThis module is a simple port of Maurice Aubrey's Text::DoubleMetaphone module to work under the TransMetaphone premise....
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTDaitch-Mokotoff Soundex (D-M Soundex) is a phonetic algorithm invented in 1985 by genealogist Gary Mokotoff, and later improved by Randy Daitch, both of the Jewish Genealogical Society. It is a refinement of the Russell and American Soundex algorithm...
MAROS/Text-Phonetic-2.09 - 19 Oct 2017 20:32:40 GMT