pysrilm icon indicating copy to clipboard operation
pysrilm copied to clipboard

An extremely simple Python wrapper for the SRI Language Modeling toolkit

Results 8 pysrilm issues
Sort by recently updated
recently updated
newest added

Dear, In your project,can't find how to train the model , could you tell me where I can find ? Any advice or suggestion will be good. Thx

When i run > python setup.py install it returns with an error which i am unable to get rid of: > fatal error LNK1181: cannot open input file 'oolm.lib'

I generate model with srilm `ngram-count -text VNESEcorpus.txt -order 3 -unk -lm vnese.lm ` When I load with pysrilm, it need bytes, not str ``` >>> path = "/home/cpu11453local/workspace/SRILM_model/vnese.lm" >>>...

Machine: Linux i686-m64 After following the instructions of setup. import srilm throws exception ImportError: /usr/local/lib64/python3.6/site-packages/srilm.cpython-36m-x86_64-linux-gnu.so: undefined symbol: lbfgs

Hi! I tried installing this on python but when I run the setup script I get this: /usr/bin/ld: /home/marco/srilm/lib/i686-m64/liboolm.a(Vocab.o): relocation R_X86_64_32 against `_ZSt4cerr' can not be used when making a...

Hi, I am using Mac OSX El Capitan and when executing `python setup.py install` I get the following error: > /usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -DNDEBUG...

Hi, I'm trying to install pysrilm using cygwin SRILM had already been compiled. cmd output: running install running build running build_ext skipping 'srilm.cpp' Cython extension (up-to-date) building 'srilm' extension C:\Users\harashm\Anaconda\Scripts\gcc.bat...

When install under cygwin+windows, we need to replace line 23 in setup.py to: extra_link_args=["-L" + SRILM_LIB_DIR, "-liconv"],