Package edu.berkeley.nlp.wordAlignment

Contains classes to perform word alignment through the Berkeley Aligner.

See: Description

Package edu.berkeley.nlp.wordAlignment Description

Contains classes to perform word alignment through the Berkeley Aligner.

This package name is deliberately inconsistent with the rest of the application because, although not a good practice, it is the most straightforward way to use the Berkeley Aligner as a library without having to modify it. This obeys to a poor design of the Berkeley Aligner in terms of scope and visibility, which did not apparently consider its potential use as an API from third party applications.