|
phoneticCode
Added to advas-0.1.9, adjusted for advas-0.2.5
Returns the phonetic code for the given text. The return value is a list
that contains the representations for soundex,
metaphone, NYSIIS, and caverphone.
In: |
|
|
Out: |
|
a list with entries containing the according phonetic
code:
- soundex: Soundex code
- metaphone: Metaphone code
- nysiis: NYSIIS code
- caverphone: Caverphone code
|
|
|