Package | Description |
---|---|
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.translation |
Provides classes and interfaces for partial text translation.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBackedBilingualCorpus
File-backed implementation of the
BilingualCorpus interface, formed
by two aligned FileBackedMonolingualCorpus instances. |
Constructor and Description |
---|
DefaultTranslator(BilingualCorpus corpus,
Analyzer analyzer,
boolean sentencePerLine,
Dictionary dictionary,
Generator generator,
boolean tokenize,
int minTokens)
Constructs a new translator.
|