|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.freetts.PhoneSetImpl
Implementation of a PhoneSet
that reads the info from
a file. The format of the file is as follows:
phone feature value phone feature value phone feature value ...Where
phone
is the phone name, feature
is
the phone feature such as "vc," "vlng," "vheight," and so on, and
"value" is the value of the feature. There can be multiple lines
for the same phone to describe various features of that phone.
Field Summary |
Fields inherited from interface com.sun.speech.freetts.PhoneSet |
CPLACE, CTYPE, CVOX, VC, VFRONT, VHEIGHT, VLNG, VRND |
Constructor Summary | |
PhoneSetImpl(java.net.URL url)
Create a new PhoneSetImpl by reading from the
given URL. |
Method Summary | |
java.lang.String |
getPhoneFeature(java.lang.String phone,
java.lang.String featureName)
Given a phoneme and a feature name, returns the feature. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PhoneSetImpl(java.net.URL url) throws java.io.IOException
PhoneSetImpl
by reading from the
given URL.
url
- the input source
java.io.IOException
- if an error occursMethod Detail |
public java.lang.String getPhoneFeature(java.lang.String phone, java.lang.String featureName)
getPhoneFeature
in interface PhoneSet
phone
- the phoneme of interestfeatureName
- the name of the feature of interest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |