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

support for Python 3 for pycdec #25

Open alexrudnick opened 10 years ago

alexrudnick commented 10 years ago

Would be pretty useful! Maybe not that hard to do? Cython works with Python 3 these days...

redpony commented 10 years ago

Python3 support would be excellent! Anyone reading this is more than welcome to hack something together and send me a pull request. :)

alexrudnick commented 10 years ago

@redpony Duly noted :) I'll take a stab at it soon!

Which versions of Python 2 do you support officially? 2.6? 2.7?

redpony commented 10 years ago

just 2.7 - I remember we thought it worked on 2.6, but then we found out something didn't work, but what it was, I do not remember!