Package com.sun.speech.freetts.en.us
Class WordRelation
java.lang.Object
com.sun.speech.freetts.en.us.WordRelation
Helper class to add words and breaks into a Relation object.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBreak()
Adds a break as a feature to the last item in the list.void
Adds a word as an Item to this WordRelation object.static WordRelation
createWordRelation
(Utterance utterance, TokenToWords tokenToWords) Creates a WordRelation object with the given utterance and TokenToWords.getTail()
Returns the last item in this WordRelation.void
setLastWord
(String word) Sets the last Item in this WordRelation to the given word.
-
Method Details
-
createWordRelation
Creates a WordRelation object with the given utterance and TokenToWords.- Parameters:
utterance
- the Utterance from which to create a RelationtokenToWords
- the TokenToWords object to use- Returns:
- a WordRelation object
-
addBreak
public void addBreak()Adds a break as a feature to the last item in the list. -
addWord
Adds a word as an Item to this WordRelation object.- Parameters:
word
- the word to add
-
setLastWord
Sets the last Item in this WordRelation to the given word.- Parameters:
word
- the word to set
-
getTail
Returns the last item in this WordRelation.- Returns:
- the last item
-