<?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/"
	>

<channel>
	<title>0xDEADBEEF &#187; Descriptions</title>
	<atom:link href="http://deadbeef.psychotomy.net/tag/descriptions/feed/" rel="self" type="application/rss+xml" />
	<link>http://deadbeef.psychotomy.net</link>
	<description>Geek Chic?  Or just Geek!</description>
	<lastBuildDate>Sat, 30 Mar 2013 04:06:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Soundex</title>
		<link>http://deadbeef.psychotomy.net/2008/09/soundex/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=soundex</link>
		<comments>http://deadbeef.psychotomy.net/2008/09/soundex/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 18:37:37 +0000</pubDate>
		<dc:creator>attriel</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Descriptions]]></category>
		<category><![CDATA[Soundex]]></category>

		<guid isPermaLink="false">http://deadbeef.psychotomy.net/?p=36</guid>
		<description><![CDATA[Soundex is not technically a Cipher or Code. It&#8217;s invention was for census data. The idea behind Soundex (or SNDX, although not usually referenced in that manner) is to provide a representation of a name that will match for any minor variations that do not greatly alter the pronounciation. Pronunciation. Whichever. The idea being that [...]]]></description>
				<content:encoded><![CDATA[<p>Soundex is not technically a Cipher or Code.  It&#8217;s invention was for census data.</p>
<p>The idea behind Soundex (or SNDX, although not usually referenced in that manner) is to provide a representation of a name that will match for any minor variations that do not greatly alter the pronounciation.  Pronunciation.  Whichever.</p>
<p>The idea being that Robert and Rupert will be represented the same (<a title="Wikipedia reference" href="http://en.wikipedia.org/wiki/Soundex" target="_blank">R163</a>) but Rubin will differ (R150).  Because it was intended for names, it&#8217;s function is limited outside that scope.  The original soundex structure calls for first letter followed by 3 digits, making the algorithm questionable for large words.</p>
<ol>
<li>Keep first letter of word or name, this is the first value in the Soundex value</li>
<li>For remaining letters, convert all consonants with the table after the jump.</li>
<li>All adjacent duplicate digits are collapsed into a single instance of each</li>
<li>All remaining characters (vowels) are dropped</li>
<li>The first three numbers are the remainder of the Soundex Value</li>
</ol>
<p><span id="more-36"></span></p>
<blockquote>
<ul>
<li>B F P V =&gt; 1</li>
<li>C G J K Q S X Z =&gt; 2</li>
<li>D T =&gt; 3</li>
<li>L =&gt; 4</li>
<li>M N =&gt; 5</li>
<li>R =&gt; 6</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://deadbeef.psychotomy.net/2008/09/soundex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
