Hi,
I'm trying to get the phonetic transcription (written pronounciation) of a word using php.
Heres a link to the meaning of the term phonetic transcription:
http://www.antimoon.com/how/pronunc-trans.htm
I looked at aspell, pspell but dont think they support this (correct me if im wrong).
Seems like phonetic transcptions for each word should be available though?
Thanks in advance.
phonetic transcription
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
There are no such functions native to php. Similar ones are soundex(), metaphone(), among others..
-
digital-ether
- Forum Newbie
- Posts: 2
- Joined: Thu Sep 29, 2005 12:42 am
thanks alot, found what i needed in the php manual user submitted comments....feyd wrote:There are no such functions native to php. Similar ones are soundex(), metaphone(), among others..