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 | Interface and Description |
---|---|
interface |
Sentence
A parse tree that represents a sentence together with its syntactical
structure.
|
interface |
Space
|
Modifier and Type | Class and Description |
---|---|
class |
InMemorySentence
In-memory implementation of the
Sentence interface. |
class |
InMemorySpace
In-memory implementation of the
Space interface. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TextElement> |
InMemoryText.iterator() |
Modifier and Type | Method and Description |
---|---|
InMemoryText.Builder |
InMemoryText.Builder.add(TextElement elem)
|