AllophoneSet.syllabify(String)
instead.public class Syllabifier extends Object
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
allophoneSet
Deprecated.
|
protected boolean |
removeTrailingOneFromPhones
Deprecated.
|
Constructor and Description |
---|
Syllabifier(AllophoneSet allophoneSet)
Deprecated.
|
Syllabifier(AllophoneSet allophoneSet,
boolean removeTrailingOneFromPhones)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
correctStressSymbol(LinkedList<String> phoneList)
Deprecated.
For those syllables containing a "1" character, remove that "1" character and add a stress marker ' at the beginning of the
syllable.
|
protected Allophone |
getAllophone(String phone)
Deprecated.
Use
AllophoneSet.getAllophone(String) instead |
protected LinkedList<String> |
splitIntoAllophones(String phoneString)
Deprecated.
This duplicates (badly)
AllophoneSet.splitAllophoneString(String) ; use that method instead. |
LinkedList<String> |
syllabify(LinkedList<String> phoneList)
Deprecated.
Syllabify a LinkedList of phones.
|
String |
syllabify(String phoneString)
Deprecated.
Syllabify a phonetic string, marking syllable boundaries with dash characters in the output.
|
protected AllophoneSet allophoneSet
protected boolean removeTrailingOneFromPhones
public Syllabifier(AllophoneSet allophoneSet, boolean removeTrailingOneFromPhones)
public Syllabifier(AllophoneSet allophoneSet)
public String syllabify(String phoneString)
phoneString
- the phone string to syllabify.public LinkedList<String> syllabify(LinkedList<String> phoneList)
phoneList
- phoneListprotected void correctStressSymbol(LinkedList<String> phoneList)
phoneList
- phoneList@Deprecated protected LinkedList<String> splitIntoAllophones(String phoneString)
AllophoneSet.splitAllophoneString(String)
; use that method instead.phoneString
- the phone string to split@Deprecated protected Allophone getAllophone(String phone)
AllophoneSet.getAllophone(String)
insteadphone
- phoneCopyright © 2000–2016 DFKI GmbH. All rights reserved.