Package | Description |
---|---|
edu.berkeley.nlp.wordAlignment |
Contains classes to perform word alignment through the Berkeley Aligner.
|
es.ehu.si.ixa.prebmt.model.filebacked |
Provides file-backed implementations of those interfaces in the domain model
that typically require of large structures of data.
|
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 |
---|---|
java.util.Iterator<Alignment> |
BerkeleyAligner.AlignmentResult.iterator() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Alignment> |
FileBackedCorpusAlignment.iterator() |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryAlignment
In-memory implementation of the
Alignment interface that uses a
boolean matrix as its internal representation. |
class |
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. |