-
This PHP Script uses Soundex algorithm to create a regular expressions, which is based in a given word that can perform a soundex comparison on large texts. It is created to search for similar words in a text using soundex.It will convert words to be searched in a regular expression that would match other words that would result in the ...
-
This class can be used to generate stems from words encoded using UTF-8. It takes a text string with words encoded using UTF-8 and converts it into stems strings like the soundex algorithm does, so similar sounding words result in the same word. The class supports both English and Cyrillic words. Requirement: PHP5.0 or Higher
-
This script implements a variant of the soundex algorithm for Turkish. The soundex algorithm converts words into an hash that represents the way the word is spelled in English. This script implements a modified version the algorithm to consider Turkish spelling instead of English.
-
ArSoundex implements a variant of the soundex algorithm for Arabic language. The soundex algorithm converts words into an hash that represents the way the word is spelled in English.ArSoundex implements a modified version the algorithm to consider Arabic spelling and windows-1256 character set encoding instead of English.Requirements: PHP 4.0
-
This script can compute an hash text of words, so similar sounding words return the same hash. It is a new implementation of the metaphone algorithm based on the DoubleMetaphone class originally written by by Stephen Woodbridge.Requirements: PHP 5.0 or higher
-
ASoundex implements a variant of the soundex algorithm for Arabic. The soundex algorithm converts words into an hash that represents the way the word is spelled in English.ASoundex implements a modified version the algorithm to consider Arabic spelling and windows-1256 character set encoding instead of English.
-
Phonex implements a variant of the phonex algorithm for the French idiom.The phonex algorithm is an evolution of the soundex algorithm that converts words into an hash that represents the way the word is spelled in English.Phonex implements a modified version the algorithm to consider French spelling instead of English.
-
Soundex implements a variant of the soundex algorithm for the French idiom.The soundex algorithm converts words into an hash that represents the way the word is spelled in English. Soundex implements a modified version the algorithm to consider French spelling instead of English.
-
Text 2 Phonome can be used to convert English text to the respective phonome representation. It provides options for delimiting sentences, words and phonomes themseleves for further processing ie. thru flash etc.


