<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>FileFormat.Info &#187; wordlist</title>
	<atom:link href="http://fileformat.wordpress.com/tag/wordlist/feed/" rel="self" type="application/rss+xml" />
	<link>http://fileformat.wordpress.com</link>
	<description>Observations from running www.FileFormat.Info</description>
	<lastBuildDate>Tue, 01 Jan 2008 17:28:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='fileformat.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5545e65fed59b043d22ac0b7d44a9d8c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>FileFormat.Info &#187; wordlist</title>
		<link>http://fileformat.wordpress.com</link>
	</image>
			<item>
		<title>How to make a word list from an aspell dictionary</title>
		<link>http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/</link>
		<comments>http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 02:25:56 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aspell]]></category>
		<category><![CDATA[iconv]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[wordlist]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/</guid>
		<description><![CDATA[I am working on something that needs a list of words, without regard to american vs. british or accents or anything: just has to be as many words as possible.  There are a whole bunch of aspell dictionaries available.  First expand the files:
preunzip *.wl
Then merge into a single list, eliminating duplicates:
sort &#8211;unique &#8211;ignore-case *.wl &#62;list.txt
In [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&blog=1189397&post=31&subd=fileformat&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I am working on something that needs a list of words, without regard to american vs. british or accents or anything: just has to be as many words as possible.  There are a whole bunch of <a href="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html">aspell dictionaries</a> available.  First expand the files:</p>
<blockquote><p>preunzip *.wl</p></blockquote>
<p>Then merge into a single list, eliminating duplicates:</p>
<blockquote><p>sort &#8211;unique &#8211;ignore-case *.wl &gt;list.txt</p></blockquote>
<p>In additon, I want everything to be UTF-8:</p>
<blockquote><p>iconv -f ISO8859-1 -t UTF-8 list.txt &gt;ulist.txt</p></blockquote>
<p>Pretty simple.  The merged english word list has 137,883 words.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&blog=1189397&post=31&subd=fileformat&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3088e381422e0ceb1fb2688b8c1f556?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
	</channel>
</rss>