Difference between revisions of "IRSTLM"

From Apertium
Jump to navigation Jump to search
(Created page with '''IRSTLM'' is a free and open source exact statistical language model using memory-mapping. The language models are compatible with those created with the closed-source SRILM Too…')
 
Line 2: Line 2:
   
 
See the homepage at http://hlt.fbk.eu/en/irstlm
 
See the homepage at http://hlt.fbk.eu/en/irstlm
  +
  +
Installation:
  +
  +
<pre>
  +
svn checkout svn://svn.code.sf.net/p/irstlm/code/trunk irstlm
  +
cd irstlm
  +
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/path/prefix
  +
make -j4
  +
make install
  +
</pre>
   
 
==See also==
 
==See also==

Revision as of 12:11, 28 April 2015

IRSTLM is a free and open source exact statistical language model using memory-mapping. The language models are compatible with those created with the closed-source SRILM Tooolkit.

See the homepage at http://hlt.fbk.eu/en/irstlm

Installation:

svn checkout svn://svn.code.sf.net/p/irstlm/code/trunk irstlm
cd irstlm
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/path/prefix
make -j4
make install

See also