See: Description
Class | Description |
---|---|
BerkeleyAligner |
A wrapper to align two
MonolingualCorpus es through the Berkeley
Aligner. |
BerkeleyAligner.AlignmentResult |
A result of aligning two
MonolingualCorpus es by
BerkeleyAligner . |
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.