nuance1979 / srilm-python

Python binding for SRI Language Modeling Toolkit implemented in Cython
MIT License
29 stars 7 forks source link

'LM' is not a type identifier #6

Closed Cavaradossi closed 4 years ago

Cavaradossi commented 4 years ago

make fail srilm/base.pyx:183:22: 'LM' is not a type identifier Cython.Compiler.Errors.CompileError: srilm/base.pyx

zhangmeishan commented 4 years ago

how this problem is resolved?