public class WordRelation
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
void |
addBreak() |
Adds a break as a feature to the last item in the list.
|
void |
addWord(java.lang.String word) |
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.
|
Item |
getTail() |
Returns the last item in this WordRelation.
|
void |
setLastWord(java.lang.String word) |
Sets the last Item in this WordRelation to the given word.
|
public static WordRelation createWordRelation(Utterance utterance, TokenToWords tokenToWords)
utterance
- the Utterance from which to create a RelationtokenToWords
- the TokenToWords object to usepublic void addBreak()
public void addWord(java.lang.String word)
word
- the word to addpublic void setLastWord(java.lang.String word)
word
- the word to setpublic Item getTail()