Download the PHP package wwesantos/arpabet-to-ipa without Composer
On this page you can find all versions of the php package wwesantos/arpabet-to-ipa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wwesantos/arpabet-to-ipa
More information about wwesantos/arpabet-to-ipa
Files in wwesantos/arpabet-to-ipa
Download wwesantos/arpabet-to-ipa
More information about wwesantos/arpabet-to-ipa
Files in wwesantos/arpabet-to-ipa
Vendor wwesantos
Package arpabet-to-ipa
Short Description Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet
License MIT
Homepage http://github.com/wwesantos/arpabet-to-ipa
Package arpabet-to-ipa
Short Description Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet
License MIT
Homepage http://github.com/wwesantos/arpabet-to-ipa
Please rate this library. Is it a good library?
Informations about the package arpabet-to-ipa
Arpabet-to-IPA
Arpabet-to-IPA converts Arpabet to IPA.
Arpabet is the set of phonemes used by cmudict, which is The CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet.
Getting Started
Install
You may install the Arpabet-to-IPA with Composer (recommended) or manually.
Installing Arpabet-to-IPA:
composer require wwesantos/arpabet-to-ipa
Tutorial
Instantiate and use a Arpabet-to-IPA class:
$arpabetToIPA = new ArpabetToIPA\App();
$ipaPhoneme = $arpabetToIPA->getIPA('AA');
$ipaWord = $arpabetToIPA->getIPA('F OW1 N IY0 M');
You may define your own convertion table
$arpabetToIPA->setConvertionTable(array(
'AO' => 'ɔ',
'AA' => 'ɑ',
'F' => 'f',
'V' => 'v',
'S' => 's'
));
System Requirements
You need PHP >= 5.3.0.
License
The Arpabet-to-IPA is released under the MIT public license.
https://github.com/wwesantos/arpabet-to-ipa/blob/master/LICENSE
All versions of arpabet-to-ipa with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package wwesantos/arpabet-to-ipa contains the following files
Loading the files please wait ....