-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in collecting counts? #4
Comments
You either pay for this with a slightly off-center prior either when j=0 or On Mon, Sep 23, 2013 at 12:27 PM, dreugeworst [email protected]:
|
I'm not sure I quite follow this. Right now when collecting counts the features used are |
see 2013 discussion: clab#4
shouldn't line 225 use j+1 instead of j?
in the surrounding loops, i ranges from 1 to src.size() inclusive and j from 0 to trg.size() exclusive. Further up in the code, j+1 is used as well, and I think the feature calculation assumes the same.
This bug would bias it towards a flatter distribution I think, but I'm not sure.
The text was updated successfully, but these errors were encountered: