froiss
Results
1
issues of
froiss
In functions `ComputeZ` and `ComputeDLogZ`, [line 33 and 50](https://github.com/redpony/cdec/blob/master/word-aligner/da.h#L33): ``` C++ const unsigned num_top = n - floor; ``` `floor` may be greater than `n`, which makes `num_top` reach values...