AdolfVonKleist / AltFstAligner

An alternative OpenFst-based aligner
Apache License 2.0
9 stars 2 forks source link

Kubo-style mapper #3

Open AdolfVonKleist opened 10 years ago

AdolfVonKleist commented 10 years ago

The default Phonetisaurus approach can probably be described as a mixture of the EM approaches in Jiampojamarn's m2m-aligner, and the Kubo aligner (although it precedes the latter). Kubo introduced a better solution for managing the multigram tokens, particularly for languages like Japanese. This involves penalizing the arc weights during training. It should be possible to implement this in the new aligner using an alternative ArcMapper, and add this as an option.