<?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: Add speel checking to your Swng text components (the squiggly way)</title>
	<atom:link href="http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/</link>
	<description>Articles from the Engineering Group at Palantir Technologies</description>
	<lastBuildDate>Mon, 07 Jun 2010 12:21:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brien</title>
		<link>http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/comment-page-1/#comment-18</link>
		<dc:creator>brien</dc:creator>
		<pubDate>Mon, 30 Apr 2007 19:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/#comment-18</guid>
		<description>Jeff -- thanks for the pointer. I&#039;ve heard of Simplex noise, but never implemented it. Although, for 1D noise (which is the underline), is there much of a performance benefit? Right now there are just a few lerps per pixel ... in any case, I&#039;ll give Simplex noise a try</description>
		<content:encoded><![CDATA[<p>Jeff &#8212; thanks for the pointer. I&#8217;ve heard of Simplex noise, but never implemented it. Although, for 1D noise (which is the underline), is there much of a performance benefit? Right now there are just a few lerps per pixel &#8230; in any case, I&#8217;ll give Simplex noise a try</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/comment-page-1/#comment-17</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 29 Apr 2007 18:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/#comment-17</guid>
		<description>You should take a look at Simplex Noise.  It&#039;s Perlin&#039;s revision which he created a few years later and is much more computationally efficient.  The look can sometimes be slightly different, but will work well in this case.</description>
		<content:encoded><![CDATA[<p>You should take a look at Simplex Noise.  It&#8217;s Perlin&#8217;s revision which he created a few years later and is much more computationally efficient.  The look can sometimes be slightly different, but will work well in this case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/comment-page-1/#comment-16</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 25 Apr 2007 12:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/#comment-16</guid>
		<description>Thank You</description>
		<content:encoded><![CDATA[<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brien</title>
		<link>http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/comment-page-1/#comment-10</link>
		<dc:creator>Brien</dc:creator>
		<pubDate>Mon, 19 Mar 2007 18:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/#comment-10</guid>
		<description>hey Mike, thanks for the feedback. I have a few things like this on my todo list.
I&#039;ve been working on creating a richer Java2D extension with more of these strokes ... I&#039;ll update this demo next time I post.</description>
		<content:encoded><![CDATA[<p>hey Mike, thanks for the feedback. I have a few things like this on my todo list.<br />
I&#8217;ve been working on creating a richer Java2D extension with more of these strokes &#8230; I&#8217;ll update this demo next time I post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeTravers</title>
		<link>http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/comment-page-1/#comment-9</link>
		<dc:creator>MikeTravers</dc:creator>
		<pubDate>Sat, 17 Mar 2007 23:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.palantirtech.com/2007/02/12/add-spell-checking-to-your-swing-text-components/#comment-9</guid>
		<description>You might as well use a word tokenizer that isn&#039;t confused by punctuation, like this:
	 WORD_PATTERN = Pattern.compile( &quot;([\\w&#039;]+)&quot; );</description>
		<content:encoded><![CDATA[<p>You might as well use a word tokenizer that isn&#8217;t confused by punctuation, like this:<br />
	 WORD_PATTERN = Pattern.compile( &#8220;([\\w']+)&#8221; );</p>
]]></content:encoded>
	</item>
</channel>
</rss>
