Metaphone¤
This transformer plugin implements the Metaphone phonetic algorithm for indexing words according to English.
Description¤
Metaphone is an algorithm which encodes words according to their English pronunciation. This is also what other phonetic algorithms such as Soundex do. Compared to Soundex, Metaphone’s algorithm contains a richer description of English spelling, leading to a better phonetic encoding of the input.
A description of the procedure can be found in the corresponding Wikipedia page.
Examples¤
We can get an idea of the output of the Metaphone algorithm using an online version of it such as the Metaphone Generator.
Illustrative examples:
knuth
leads to the encodingn0
.school
is encoded asskhl
.encyclopedia
is encoded asensklpt
.accuracy
is encoded asakkrs
.eccenca
is encoded aseksnk
.
Related plugins¤
Related phonetic algorithms are the different variations or improvements of the Soundex algorithm, implemented by this
(Metaphone) and the Metaphone
algorithms.
The corresponding linguistic transformer plugins are named accordingly.
Parameter¤
None
Advanced Parameter¤
None