WordAlignment

Bigram word pair alignments.

https://github.com/choener/WordAlignment

Latest on Hackage:0.2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Christian Hoener zu Siederdissen, 2013-2017
Maintained by [email protected]

The library provides fast dynamic programming algorithms to align word pairs using either a simple or a bigram scoring scheme. Simple schemes are unigram schemes in nature but use an ad-hoc scoring scheme. Bigram schemes use actual training data for bigram frequences.

The WordAlign executable provides a wrapper around the provided alignment algorithms. Call WordAlign without any arguments (or just *WordAlign manual* to display the README.md).