public interface Sentence extends TextElement
Phrase
that corresponds to
the root of this tree.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROOT_PHRASE_LABEL
The label that all the root phrases should have.
|
Modifier and Type | Method and Description |
---|---|
Phrase |
getRootPhrase()
Returns the
Phrase that corresponds to the root node of the parse tree. |
static final java.lang.String ROOT_PHRASE_LABEL
Phrase getRootPhrase()
Phrase
that corresponds to the root node of the parse tree.
Its label should always be ROOT_PHRASE_LABEL
.Phrase
that corresponds to the root node of the parse tree.