Package | Description |
---|---|
es.ehu.si.ixa.prebmt.model.inmemory |
Provides in-memory implementations of most of the interfaces in the domain
model.
|
Class and Description |
---|
InMemoryAlignedEntity
In-memory implementation of the
AlignedEntity interface. |
InMemoryAlignment
In-memory implementation of the
Alignment interface that uses a
boolean matrix as its internal representation. |
InMemoryAlignment.Builder
A builder to create
InMemoryAlignment instances. |
InMemoryEntity
In-memory implementation of the
Entity interface. |
InMemoryMonolingualCorpus
In-memory implementation of the
MonolingualCorpus interface. |
InMemoryMonolingualCorpus.Builder
A
MonolingualCorpusBuilder to create InMemoryMonolingualCorpus instances. |
InMemoryOptimizedAlignment
An optimized implementation of the
Alignment interface in that all
the methods take at most a logarithmic time, but with a considerable overhead
to achieve it. |
InMemoryOptimizedAlignment.Builder
A builder to create
InMemoryOptimizedAlignment instances. |
InMemoryPhrase
In-memory implementation of the
Phrase interface. |
InMemoryPhrase.Builder
A builder to create
InMemoryPhrase instances. |
InMemorySentence
In-memory implementation of the
Sentence interface. |
InMemorySpace
In-memory implementation of the
Space interface. |
InMemoryText
In-memory implementation of the
Text interface. |
InMemoryText.Builder
A builder to create
InMemoryText instances. |
InMemoryToken
In-memory implementation of the
Token interface. |