<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《Ubuntu 64位系统下SRILM的配置详解》的评论</title>
	<atom:link href="http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/feed" rel="self" type="application/rss+xml" />
	<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration</link>
	<description>I Love Natural Language Processing</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:54:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：52nlp</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-2376</link>
		<dc:creator>52nlp</dc:creator>
		<pubDate>Wed, 25 May 2011 15:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-2376</guid>
		<description>印象应该在srilm/bin/i686**下，你再找找，是identcal应该没啥问题了。</description>
		<content:encoded><![CDATA[<p>印象应该在srilm/bin/i686**下，你再找找，是identcal应该没啥问题了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：mamtily</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-2373</link>
		<dc:creator>mamtily</dc:creator>
		<pubDate>Wed, 25 May 2011 10:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-2373</guid>
		<description>我的SRILM 是 1.5.12， 在我的srilm/bin 里面没有ngram和ngram-count， 但是test的时候出现的都是IDENTCAL,这是怎么回事？</description>
		<content:encoded><![CDATA[<p>我的SRILM 是 1.5.12， 在我的srilm/bin 里面没有ngram和ngram-count， 但是test的时候出现的都是IDENTCAL,这是怎么回事？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：52nlp</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-2136</link>
		<dc:creator>52nlp</dc:creator>
		<pubDate>Tue, 15 Mar 2011 06:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-2136</guid>
		<description>不太清楚，貌似没啥问题了！</description>
		<content:encoded><![CDATA[<p>不太清楚，貌似没啥问题了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：zhao</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-2134</link>
		<dc:creator>zhao</dc:creator>
		<pubDate>Tue, 15 Mar 2011 03:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-2134</guid>
		<description>你好！我编译通过了，ngram-count等可执行文件也生成了，但就是make test都是differs.我检查了PATH，相关路径都设置好了。请问我这个可能是什么问题？</description>
		<content:encoded><![CDATA[<p>你好！我编译通过了，ngram-count等可执行文件也生成了，但就是make test都是differs.我检查了PATH，相关路径都设置好了。请问我这个可能是什么问题？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Fanlc</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-943</link>
		<dc:creator>Fanlc</dc:creator>
		<pubDate>Sun, 11 Apr 2010 05:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-943</guid>
		<description>测试通过了，我下载了1.4.6版本，然后把test文件夹拷贝过来测试，成功了。谢谢</description>
		<content:encoded><![CDATA[<p>测试通过了，我下载了1.4.6版本，然后把test文件夹拷贝过来测试，成功了。谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：52nlp</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-933</link>
		<dc:creator>52nlp</dc:creator>
		<pubDate>Fri, 09 Apr 2010 12:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-933</guid>
		<description>对比了一下1.5.10和1.5.9的INSTALL文件,以下是diff后的结果：
103c103
 7 - To test the compiled tools, run
105c105,107
 	gnumake test
&gt; 
&gt;     from the top-level directory.
109,110c111,113
&lt;     reported, examine the output files in $SRILM/test/output and compare them
     reported, examine the output files in $SRILM//test/output and
&gt;     compare them to the corresponding files in $SRILM//test/reference,
&gt;     where  is a subdirectory name (lm, flm, lattice).
157c160
 $Date: 2009/12/02 19:39:04 $
发现第7步test有变化，测试时直接在主目录下试试：make test
1.5.10里test文件已不在主目录下，而是分别位于：
$SRILM/lm &amp; flm &amp; lattice下，这是一个新变化，希望编译成功后告知，谢谢。</description>
		<content:encoded><![CDATA[<p>对比了一下1.5.10和1.5.9的INSTALL文件,以下是diff后的结果：<br />
103c103<br />
 7 &#8211; To test the compiled tools, run<br />
105c105,107<br />
 	gnumake test<br />
&gt;<br />
&gt;     from the top-level directory.<br />
109,110c111,113<br />
&lt;     reported, examine the output files in $SRILM/test/output and compare them<br />
     reported, examine the output files in $SRILM//test/output and<br />
&gt;     compare them to the corresponding files in $SRILM//test/reference,<br />
&gt;     where  is a subdirectory name (lm, flm, lattice).<br />
157c160<br />
 $Date: 2009/12/02 19:39:04 $<br />
发现第7步test有变化，测试时直接在主目录下试试：make test<br />
1.5.10里test文件已不在主目录下，而是分别位于：<br />
$SRILM/lm &amp; flm &amp; lattice下，这是一个新变化，希望编译成功后告知，谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Fanlc</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-929</link>
		<dc:creator>Fanlc</dc:creator>
		<pubDate>Fri, 09 Apr 2010 07:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-929</guid>
		<description>您好，请教一下：为什么我下载到的1.5.10版本，没有test文件夹呢?编译之后也没有……这怎么测试</description>
		<content:encoded><![CDATA[<p>您好，请教一下：为什么我下载到的1.5.10版本，没有test文件夹呢?编译之后也没有……这怎么测试</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：52nlp</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-786</link>
		<dc:creator>52nlp</dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-786</guid>
		<description>不好意思，晚上有点事刚回来，解决了就好。</description>
		<content:encoded><![CDATA[<p>不好意思，晚上有点事刚回来，解决了就好。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：nethlb</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-785</link>
		<dc:creator>nethlb</dc:creator>
		<pubDate>Fri, 26 Feb 2010 13:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-785</guid>
		<description>你好，问题解决了，我换了个版本，用1.4.6，编译测试成功。谢谢！</description>
		<content:encoded><![CDATA[<p>你好，问题解决了，我换了个版本，用1.4.6，编译测试成功。谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：nethlb</title>
		<link>http://www.52nlp.cn/ubuntu-64-bit-system-srilm-configuration/comment-page-1#comment-784</link>
		<dc:creator>nethlb</dc:creator>
		<pubDate>Fri, 26 Feb 2010 04:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.52nlp.cn/?p=1696#comment-784</guid>
		<description>你好，make World 后，有错误：
RROR:  File to be installed (../bin/i686-gcc4/ngram-class) does not exist.
ERROR:  File to be installed (../bin/i686-gcc4/ngram-class) is not a plain file.
Usage:  decipher-install   ...  
	mode:                 file permission mode, in octal
	file1 ... fileN:      files to be installed
	directory:            where the files should be installed

files =  ../bin/i686-gcc4/ngram-class
directory =  ../../bin/i686-gcc4
mode =  0555</description>
		<content:encoded><![CDATA[<p>你好，make World 后，有错误：<br />
RROR:  File to be installed (../bin/i686-gcc4/ngram-class) does not exist.<br />
ERROR:  File to be installed (../bin/i686-gcc4/ngram-class) is not a plain file.<br />
Usage:  decipher-install   &#8230;<br />
	mode:                 file permission mode, in octal<br />
	file1 &#8230; fileN:      files to be installed<br />
	directory:            where the files should be installed</p>
<p>files =  ../bin/i686-gcc4/ngram-class<br />
directory =  ../../bin/i686-gcc4<br />
mode =  0555</p>
]]></content:encoded>
	</item>
</channel>
</rss>

