Download the PHP package gavinggordon/phonetictranscriber without Composer
On this page you can find all versions of the php package gavinggordon/phonetictranscriber. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gavinggordon/phonetictranscriber
More information about gavinggordon/phonetictranscriber
Files in gavinggordon/phonetictranscriber
Package phonetictranscriber
Short Description A PHP class to transcribe English words into their IPA equivalent.
License MIT
Homepage http://phonetictranscriber.gavingordon.com
Informations about the package phonetictranscriber
Phonetic Transcriber
Description
A PHP class which provides the ability to transcribe American and/or British English words into their IPA (International Phonetic Alphabet) equivalent.
Dependencies
~ ([rmccue/requests ^1.7](https://github.com/rmccue/Requests))
Usage
Installation
Examples
Instantiation:
Include the autoload.php file generated by composer, then instantiate the PhoneticTranscriber class:
Transcribing:
Get the transcription of a given word, using the default settings:
Public Methods Overview
- __construct
- set( $property, $value )
- transcribe( $text = NULL )
Important Class Properties
- text_to_transcribe [ string; required ]
- output_dialect [ string; options: 'am' (american), 'br' (british); default: 'am' ]
- output_style [ string; options: 'inline', 'columns', 'text'; default: 'inline' ]
Issues
If you have any issues at all, please post your findings in the issues page at https://github.com/gavinggordon/phonetictranscriber/issues.
License
This package utilizes the MIT License.
More Information
PHP Innovation Award
This class has been nominated for a PHP Innovation Award, provided by PHPClasses.org. If you found this class to be at all interesting, helpful, particularly useful, or innovative in any way, please vote for it, to show your support for this or any other PHP classes accessible online via my GitHub profile or PHPClasses.org profile.