Class: Phone

.models. Phone

A class represting a Phone (Phoneme Token)

new Phone( [data])

Create a new Phone
Parameters:
Name Type Argument Description
data Object <optional>
The data to use for this Phone
Properties
Name Type Argument Description
allophone String <optional>
An IPA representation of this particular allophone of the phoneme
notes Array <optional>
An array of notes about this phone. Each item should be formatted as a Note object.
phoneme String An IPA representation of this phoneme
tags Object <optional>
An object containing tags for this phone. Should be formatted as a Tags object.
Properties:
Name Type Description
allophone String An IPA representation of this particular allophone of the phoneme
notes Array An array of notes about this phone. Each note should be a Note object.
phoneme String An IPA representation of this phoneme
tags Tags A set of tags for this phone, as a Tags object.