This document describes the API of prebmt.

See: Description

Packages 
Package Description
edu.berkeley.nlp.wordAlignment
Contains classes to perform word alignment through the Berkeley Aligner.
es.ehu.si.ixa.prebmt
Root package that contains the postprocessor and command line interface class of the application.
es.ehu.si.ixa.prebmt.analysis
Provides classes and interfaces for analyzing text.
es.ehu.si.ixa.prebmt.dictionary
Provides classes and interfaces for working with bilingual Entity dictionaries.
es.ehu.si.ixa.prebmt.entityrecognizer
Provides classes and interfaces for recognizing entities in Sentences.
es.ehu.si.ixa.prebmt.generation
Provides classes and interfaces for generating (inflecting) tokens according to their corresponding morphological tags.
es.ehu.si.ixa.prebmt.model
Contains the interfaces that represent the domain model of the application.
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.
es.ehu.si.ixa.prebmt.parsing
Provides classes and interfaces for parsing and writing MonolingualCorpuses through Readers and Writers respectively.
es.ehu.si.ixa.prebmt.translation
Provides classes and interfaces for partial text translation.
es.ehu.si.ixa.prebmt.util
Contains utility classes to perform some common tasks.