Package | Description |
---|---|
es.ehu.si.ixa.prebmt.model |
Contains the interfaces that represent the domain model of the application.
|
es.ehu.si.ixa.prebmt.model.inmemory |
Provides in-memory implementations of most of the interfaces in the domain
model.
|
Modifier and Type | Method and Description |
---|---|
Phrase |
Sentence.getRootPhrase()
Returns the
Phrase that corresponds to the root node of the parse tree. |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryPhrase
In-memory implementation of the
Phrase interface. |
Modifier and Type | Method and Description |
---|---|
Phrase |
InMemorySentence.getRootPhrase() |
Modifier and Type | Method and Description |
---|---|
static InMemorySentence |
InMemorySentence.getInstance(Phrase rootPhrase)
Returns an
InMemorySentence with the given Phrase as its root node. |