2017 © Pedro Peláez
 

library arpabet-to-ipa

Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet

image

wwesantos/arpabet-to-ipa

Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet

  • Sunday, June 21, 2015
  • by wwesantos
  • Repository
  • 1 Watchers
  • 14 Stars
  • 249 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Arpabet-to-IPA

Arpabet-to-IPA converts Arpabet to IPA.br/ Arpabet is the set of phonemes used by cmudict, which is The CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet., (*1)

Getting Started

Install

You may install the Arpabet-to-IPA with Composer (recommended) or manually., (*2)

Installing Arpabet-to-IPA:, (*3)

composer require wwesantos/arpabet-to-ipa

Tutorial

Instantiate and use a Arpabet-to-IPA class:, (*4)


        $arpabetToIPA = new ArpabetToIPA\App();
          $ipaPhoneme = $arpabetToIPA->getIPA('AA');
          $ipaWord = $arpabetToIPA->getIPA('F OW1 N IY0 M');

You may define your own convertion table, (*5)


        $arpabetToIPA->setConvertionTable(array(
                'AO' => 'ɔ',
                'AA' => 'ɑ',
                'F' => 'f',
                'V' => 'v',
                'S' => 's'
        ));

System Requirements

You need PHP >= 5.3.0., (*6)

License

The Arpabet-to-IPA is released under the MIT public license., (*7)

https://github.com/wwesantos/arpabet-to-ipa/blob/master/LICENSE, (*8)

The Versions

21/06 2015

dev-dev

dev-dev http://github.com/wwesantos/arpabet-to-ipa

Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

dictionary ipa phoneme arpabet pronunciation

21/06 2015

dev-master

9999999-dev http://github.com/wwesantos/arpabet-to-ipa

Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

dictionary ipa phoneme arpabet pronunciation

21/06 2015

v1.0.0

1.0.0.0 http://github.com/wwesantos/arpabet-to-ipa

Convert Arpabet to IPA. Arpabet is the set of phonemes used by the CMU Pronouncing Dictionary. IPA is the International Phonetic Alphabet

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

dictionary ipa phoneme arpabet pronunciation