SRILM is a tool for Language Modelling in Natural Language Processing (NLP), http://www.speech.sri.com/projects/srilm/
There is no clear installation guide to install SRILM on ubuntu 14.04. There was one for 11.10 but it is outdated and it doesn't work properly. http://www.spencegreen.com/2012/02/01/installing-srilm-on-ubuntu-11-10/
Does anyone know how to install SRILM on Ubuntu 14.04?
I have already installed to srilm on Ubuntu 14.04. Following are the commands:
In the Makefile, uncomment the
SRILM=
parameter and point it to/usr/share/srilm
(or your equivalent path).The run the following commands in Supper user mode:
Download and anpack tgz-file (e.g. from moses-suite and then follow instructions in INSTALL text document with installation instruction. After successful
make
-ing process do not forget to updateexport PATH
with path that includes$MACHINE_TYPE
(it is all described in the INSTALL).