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.
|
Modifier and Type | Class and Description |
---|---|
static class |
BerkeleyAligner.AlignmentResult
A result of aligning two
MonolingualCorpus es by
BerkeleyAligner . |
Modifier and Type | Class and Description |
---|---|
class |
FileBackedCorpusAlignment
A
CorpusAlignment backed by a file created by an external word
aligner like GIZA++. |
Modifier and Type | Method and Description |
---|---|
static FileBackedBilingualCorpus |
FileBackedBilingualCorpus.getInstance(FileBackedMonolingualCorpus src,
FileBackedMonolingualCorpus trg,
CorpusAlignment alignments,
LexicalWeighting srcToTrgWeights,
LexicalWeighting trgToSrcWeights,
Dictionary dictionary)
Creates a bilingual corpus by aligning the given
FileBackedMonolingualCorpus pair. |