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 |
AlignedEntity
An
Entity with an integer id that marks its alignment with another
entity. |
interface |
Entity
A
Token of a special nature such as a proper noun or a number that is
characterized by its lemma, type and a list of morphological tags apart from
the text itself. |
interface |
Space
|
interface |
Token
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryAlignedEntity
In-memory implementation of the
AlignedEntity interface. |
class |
InMemoryEntity
In-memory implementation of the
Entity interface. |
class |
InMemorySpace
In-memory implementation of the
Space interface. |
class |
InMemoryToken
In-memory implementation of the
Token interface. |