<?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>Comments on: A Beginner&#039;s Note of CRF++</title> <atom:link href="http://yongsun.me/2008/03/a-beginners-note-of-crf/feed/" rel="self" type="application/rss+xml" /><link>http://yongsun.me/2008/03/a-beginners-note-of-crf/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-beginners-note-of-crf</link> <description>Yong Sun&#039;s Blog</description> <lastBuildDate>Wed, 16 May 2012 04:13:59 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: yongsun</title><link>http://yongsun.me/2008/03/a-beginners-note-of-crf/comment-page-1/#comment-3634</link> <dc:creator>yongsun</dc:creator> <pubDate>Thu, 15 Mar 2012 07:19:03 +0000</pubDate> <guid
isPermaLink="false">http://yongsun.wordpress.com/2008/03/17/a-beginners-note-of-crf/#comment-3634</guid> <description>Hi, Lacey, does crf_learn prompt any error/warning message, when you add bigram features? I just tried &#039;s/U/B/g&#039; in example/seg/template, it still could work.</description> <content:encoded><![CDATA[<p>Hi, Lacey, does crf_learn prompt any error/warning message, when you add bigram features? I just tried 's/U/B/g' in example/seg/template, it still could work.</p> ]]></content:encoded> </item> <item><title>By: Lacey</title><link>http://yongsun.me/2008/03/a-beginners-note-of-crf/comment-page-1/#comment-3632</link> <dc:creator>Lacey</dc:creator> <pubDate>Wed, 14 Mar 2012 08:07:19 +0000</pubDate> <guid
isPermaLink="false">http://yongsun.wordpress.com/2008/03/17/a-beginners-note-of-crf/#comment-3632</guid> <description>Hi, Yongsun. I tried to use the Bigram feature template. I just replaced &#039;U&#039; with &#039;B&#039;. But it didn&#039;t work. The single B is fine. I couldn&#039;t figure it out.
Bigram template I tried is like this: B00:%x[-1,0]
Thanks for any help.</description> <content:encoded><![CDATA[<p>Hi, Yongsun. I tried to use the Bigram feature template. I just replaced 'U' with 'B'. But it didn't work. The single B is fine. I couldn't figure it out.<br
/> Bigram template I tried is like this: B00:%x[-1,0]<br
/> Thanks for any help.</p> ]]></content:encoded> </item> <item><title>By: yongsun</title><link>http://yongsun.me/2008/03/a-beginners-note-of-crf/comment-page-1/#comment-3627</link> <dc:creator>yongsun</dc:creator> <pubDate>Mon, 12 Mar 2012 04:35:23 +0000</pubDate> <guid
isPermaLink="false">http://yongsun.wordpress.com/2008/03/17/a-beginners-note-of-crf/#comment-3627</guid> <description>Hi, Matteo, if your trained model is a text format, you could get the weights as I commented in this blog entry. While I&#039;m not familiar with the binary format, I think you will need to read the source code to figure out the binary format.</description> <content:encoded><![CDATA[<p>Hi, Matteo, if your trained model is a text format, you could get the weights as I commented in this blog entry. While I'm not familiar with the binary format, I think you will need to read the source code to figure out the binary format.</p> ]]></content:encoded> </item> <item><title>By: Matteo Romanello</title><link>http://yongsun.me/2008/03/a-beginners-note-of-crf/comment-page-1/#comment-3621</link> <dc:creator>Matteo Romanello</dc:creator> <pubDate>Thu, 08 Mar 2012 12:51:14 +0000</pubDate> <guid
isPermaLink="false">http://yongsun.wordpress.com/2008/03/17/a-beginners-note-of-crf/#comment-3621</guid> <description>the link disappeared http://metaoptimize.com/qa/questions/9429/accessing-feature-function-weights-in-crf</description> <content:encoded><![CDATA[<p>the link disappeared <a
href="http://metaoptimize.com/qa/questions/9429/accessing-feature-function-weights-in-crf" rel="nofollow">http://metaoptimize.com/qa/questions/9429/accessing-feature-function-weights-in-crf</a></p> ]]></content:encoded> </item> <item><title>By: Matteo Romanello</title><link>http://yongsun.me/2008/03/a-beginners-note-of-crf/comment-page-1/#comment-3620</link> <dc:creator>Matteo Romanello</dc:creator> <pubDate>Thu, 08 Mar 2012 12:50:25 +0000</pubDate> <guid
isPermaLink="false">http://yongsun.wordpress.com/2008/03/17/a-beginners-note-of-crf/#comment-3620</guid> <description>Hi Yong Sun,
I recently posted this question on metaoptimize qa  which is closely related to your blog post.
I just wanted to let you know as you might have a clue!
Cheers,
Matteo</description> <content:encoded><![CDATA[<p>Hi Yong Sun,</p><p>I recently posted this question on metaoptimize qa  which is closely related to your blog post.</p><p>I just wanted to let you know as you might have a clue!</p><p>Cheers,<br
/> Matteo</p> ]]></content:encoded> </item> <item><title>By: krishna Pal</title><link>http://yongsun.me/2008/03/a-beginners-note-of-crf/comment-page-1/#comment-1055</link> <dc:creator>krishna Pal</dc:creator> <pubDate>Thu, 24 Apr 2008 00:58:13 +0000</pubDate> <guid
isPermaLink="false">http://yongsun.wordpress.com/2008/03/17/a-beginners-note-of-crf/#comment-1055</guid> <description>Hi Yong Sun,
I&#039;m using CRF++ code in my project and facing a lot of problem in understanding/generating template file for CRF++.
I would be thankful if you can help me in this regard.
(mail id: rathorekps@gmail.com )</description> <content:encoded><![CDATA[<p>Hi Yong Sun,<br
/> I'm using CRF++ code in my project and facing a lot of problem in understanding/generating template file for CRF++.<br
/> I would be thankful if you can help me in this regard.<br
/> (mail id: <a
href="mailto:rathorekps@gmail.com">rathorekps@gmail.com</a> )</p> ]]></content:encoded> </item> </channel> </rss>
