KenLM: Faster and Smaller Language Model Queries
Home Page:http://kheafield.com/code/kenlm/
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
zscwind opened this issue 2 years ago · comments
I am trying install kenlm as follows: mkdir build cd build cmake .. make python setup.py install the compilation and make is ok, but I run python setup.py install,the following error appears:
mkdir build
cd build
cmake ..
make
python setup.py install
Sove method: recopile with -fPIC