clab / fast_align

Simple, fast unsupervised word aligner
Apache License 2.0
738 stars 159 forks source link

bug in da.h ? #11

Open sunqf opened 9 years ago

sunqf commented 9 years ago

da.h:58 const double z = ComputeZ(i, n, m, alpha);
this should be changed to const double z = ComputeZ(i, m, n, alpha);

BramVanroy commented 6 years ago

I wonder, what's the impact on the results? Is this implementation of fast_align still trustworthy?