You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When computing emp_feat in fast_align.cc(line 205), I think index j should be j+1 since j start from 0.
emp_feat += DiagonalAlignment::Feature(j, i, trg.size(), src.size()) * p;
The other parts pass j+1 instead of j.
The text was updated successfully, but these errors were encountered:
When computing emp_feat in fast_align.cc(line 205), I think index j should be j+1 since j start from 0.
emp_feat += DiagonalAlignment::Feature(j, i, trg.size(), src.size()) * p;
The other parts pass j+1 instead of j.
The text was updated successfully, but these errors were encountered: