srilm-python
srilm-python copied to clipboard
Python binding for SRI Language Modeling Toolkit implemented in Cython
It's a long long time since I used srilm, thanks for the python bindings. All worked swimmingly, except the MaxentLm test failed. I don't need this, so I'm good, just...
Hello, When I ran make, I got this error on ubuntu: ImportError: /home/root/miniconda2/envs/tf_gpu/lib/python3.8/site-packages/srilm.cpython-38-x86_64-linux-gnu.so: undefined symbol: lbfgs the lib lbfgs is listed in setup.py and I am not sure what the...
When I make, Also have this problem ImportError: dlopen(/Users/abc/git_code/srilm/srilm-python/srilm/utils.cpython-35m-darwin.so, 2): Symbol not found: __ZN4File8positionERSo
Hi, I have been trying this repo from almost a week. I was facing make issues before which resolved by using NO_ICONV=1. I removed __init__.py from srilim-python/srilm directory becuse it...
Hi, I am using an iMac with El Capitan and the compilation seems to go wrong. I have carefully followed your tutorial. I added the line `HAVE_LIBLBFGS=1` in the file...