<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=SRILM_Installation_Tutorial</id>
	<title>SRILM Installation Tutorial - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=SRILM_Installation_Tutorial"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=SRILM_Installation_Tutorial&amp;action=history"/>
	<updated>2026-04-21T20:36:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=SRILM_Installation_Tutorial&amp;diff=521&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=SRILM_Installation_Tutorial&amp;diff=521&amp;oldid=prev"/>
		<updated>2016-06-04T23:26:48Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Steps Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
This tutorial will guide through the steps of the installation of SRILM, a tool for producing language models, n-gram count files and many other linguistic resources.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
The steps below guide you through the process of installing SRILM for it to be used by the [[QuEst SVM Model Builder Step]] and [[QuEst Quality Estimation Step]]. SRILM runs on both Linux/Mac or Windows, although the later will need to have a [http://www.cygwin.com/ Cygwin] environment installed.&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|This tutorial have been tested only with 64 bits operational systems.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 1''': If you are a Linux/Mac user, download all the required tools listed at the [http://www.speech.sri.com/projects/srilm/download.html SRILM download page]. If you are a Windows user, download and install [http://www.cygwin.com/ Cygwin], making sure to select all the required tools during the installation. If Cygwin accuses of any missing tools during the installation of SRILM, re-install Cygwin and select the missing tools during its installation.&lt;br /&gt;
&lt;br /&gt;
'''Step 2''': Download the latest version of SRILM by filling out the form available at the [http://www.speech.sri.com/projects/srilm/download.html SRILM download page].&lt;br /&gt;
&lt;br /&gt;
'''Step 3''': Unpack the file inside the folder you desire for SRILM to be installed. Windows users should choose a folder inside their installation of Cygwin for the following steps to be simpler to handle.&lt;br /&gt;
&lt;br /&gt;
'''Step 4''': Open the Makefile inside the folder where SRILM was unpacked using any text editor.&lt;br /&gt;
&lt;br /&gt;
'''Step 5''': You should find a commented line which looks something like this:&lt;br /&gt;
&lt;br /&gt;
 # SRILM = /home/speech/stolcke/project/srilm/devel&lt;br /&gt;
&lt;br /&gt;
Remove the &amp;quot;'''#'''&amp;quot; character from the beginning of this line and substitute '''/home/speech/stolcke/project/srilm/devel''' with the path to the folder where you have unpacked SRILM initially. Windows users should use the path relative to Cygwin's root folder. Examples:&lt;br /&gt;
&lt;br /&gt;
For Linux/Mac users:&lt;br /&gt;
&lt;br /&gt;
 SRILM = /home/tools/user/srilm&lt;br /&gt;
&lt;br /&gt;
For Windows users, suppose that you have installed Cygwin in the folder '''C:/cygwin64/''' and have unpacked SRILM in the folder '''C:/cygwin64/srilm''':&lt;br /&gt;
&lt;br /&gt;
 SRILM = /srilm&lt;br /&gt;
&lt;br /&gt;
'''Step 6''': Using either a Linux/Mac terminal or a Cygwin terminal, navigate to the folder where you have unpacked SRILM.&lt;br /&gt;
&lt;br /&gt;
'''Step 7''': Run the command '''make'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have followed this steps correctly, the compiled binaries of SRILM should be found inside the following folder:&lt;br /&gt;
&lt;br /&gt;
For the Linux/Mac example of '''Step 5''':&lt;br /&gt;
&lt;br /&gt;
 /home/tools/user/srilm/bin/[your_machine_type]/&lt;br /&gt;
&lt;br /&gt;
For the Cygwin example of '''Step 5''':&lt;br /&gt;
&lt;br /&gt;
 C:/cygwin64/srilm/bin/cygwin/&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|This is the path you must use as the &amp;lt;cite&amp;gt;SRILM binaries folder&amp;lt;/cite&amp;gt; parameter for the [[QuEst SVM Model Builder Step]] and the [[QuEst Quality Estimation Step]].}}&lt;br /&gt;
&lt;br /&gt;
If the folder in question is empty or does not exist, some error have occurred during the compilation of SRILM. Try to follow the steps more carefully and, if the problem persists, try consulting forums online or contact the developers of SRILM.&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>