Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 284 Bytes

BayesianFastAlign

A Bayesian implementation of cdec's fast_align

Dependencies:

Note: Do not try to compile with -Ofast. cpyp has some regrettable (but intentional) NaN usage, and enabling fast-math disables NaN checks that it depends on.