Package | Description |
---|---|
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 |
---|---|
static InMemoryEntity |
InMemoryEntity.getInstance(java.lang.String text,
java.lang.String lemma,
java.lang.String type,
java.lang.String... morphologicalTags)
Returns an
InMemoryEntity that corresponds to the specified arguments. |
InMemoryEntity |
InMemoryEntity.toLowerCase() |