"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 GMTThe Text::Metaphone::Amharic module is a reimplementation of the Amharic Metaphone algorithm of the Text::TransMetaphone package. This implementation uses an object oriented interface and will generate keys in Ethiopic script by default (see the styl...
DYACOB/Text-Metaphone-Amharic-0.11 - 31 May 2004 02:49:29 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 implements a "sounds like" algorithm developed by Lawrence Philips which he published in the June, 2000 issue of *C/C++ Users Journal*. Trans-Metaphone is a variation of Philips' original Metaphone algorithm. The TransMetaphone package im...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36: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 GMTThis module is a pure perl implimentation of a "sounds like" algorithm based off of Lawrence Phillips' Double Metaphone method which, was published in the June, 2000 issue of C/C++ Users Journal. The Double Metaphone algorithm produce two encodings f...
THEOK/Text-DoubleMetaphone_PP-0.03 - 10 Nov 2012 19:05:23 GMTThe Text::TransMetaphone::ru module implements the TransMetaphone algorithm for Russian. The module provides a "trans_metaphone" function that accepts an Russian word as an argument and returns a list of keys transcribed into IPA symbols under Russia...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::ti module implements the TransMetaphone algorithm for Tigrinya. The module provides a "trans_metaphone" function that accepts an Tigrinya word as an argument and returns a list of keys transcribed into IPA symbols under Tigr...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::ar module implements the TransMetaphone algorithm for Arabic. The module provides a "trans_metaphone" function that accepts an Arabic word as an argument and returns a list of keys transcribed into IPA symbols under Arabic o...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::gu module implements the TransMetaphone algorithm for Gujarti. The module provides a "trans_metaphone" function that accepts an Gujarti word as an argument and returns a list of keys transcribed into IPA symbols under Gujart...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::he module implements the TransMetaphone algorithm for Hebrew. The module provides a "trans_metaphone" function that accepts an Hebrew word as an argument and returns a list of keys transcribed into IPA symbols under Hebrew o...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::am module implements the TransMetaphone algorithm for Amharic. The module provides a "trans_metaphone" function that accepts an Amharic word as an argument and returns a list of keys transcribed into IPA symbols under Amhari...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::el module implements the TransMetaphone algorithm for Greek. The module provides a "trans_metaphone" function that accepts an Greek word as an argument and returns a list of keys transcribed into IPA symbols under Greek orth...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::chr module implements the TransMetaphone algorithm for Cherokee. The module provides a "trans_metaphone" function that accepts an Cherokee word as an argument and returns a list of keys transcribed into IPA symbols under Che...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Double Metaphone search algorithm is a phonetic algorithm written by Lawrence Philips and is the second generation of his Metaphone algorithm. (Wikipedia, 2007) The Result is always an array ref containing two (mostly, but not always) identical e...
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 GMTThe Text::TransMetaphone::ja_katakana module implements the TransMetaphone algorithm for Katakana. The module provides a "trans_metaphone" function that accepts an Katakana word as an argument and returns a list of keys transcribed into IPA symbols u...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTThe Text::TransMetaphone::ja_hiragana module implements the TransMetaphone algorithm for Hiragana. The module provides a "trans_metaphone" function that accepts an Hiragana word as an argument and returns a list of keys transcribed into IPA symbols u...
DYACOB/Text-TransMetaphone-0.07 - 22 Nov 2006 22:36:40 GMTConstructors 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 GMT