kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.46k stars 514 forks source link

cython 0.29.33 <> Python 3.11 support #416

Closed jacobkahn closed 1 year ago

jacobkahn commented 1 year ago

Python 3.11 support is currently broken due to some public Python headers becoming private -- required a cython rerun. Run with

cython -3 kenlm.pyx --cplus