redpony / cdec

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
http://cdec-decoder.org/
Apache License 2.0
183 stars 77 forks source link

Include cmath and enable to call round #100

Open titsuki opened 5 years ago

titsuki commented 5 years ago

Hi, This PR fix #99 since cmath contains round function.

Cheers,