Package | Description |
---|---|
edu.berkeley.nlp.wordAlignment |
Contains classes to perform word alignment through the Berkeley Aligner.
|
Modifier and Type | Method and Description |
---|---|
static BerkeleyAligner.AlignmentResult |
BerkeleyAligner.align(MonolingualCorpus src,
MonolingualCorpus trg,
int iterations,
boolean syntactic)
Aligns two
MonolingualCorpus es through the Berkeley Aligner in
two stages: the first one using IBM Model 1 and the second one using HMM
with or without syntactic tailoring. |