<?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>angrams &#8211; Hanging Hyena</title>
	<atom:link href="https://www.hanginghyena.com/blog/tag/angrams/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hanginghyena.com/blog</link>
	<description>Word Games &#38; Codes</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:47:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.9</generator>
	<item>
		<title>Introducing &#8220;Anagram Families&#8221;</title>
		<link>https://www.hanginghyena.com/blog/introducing-anagram-families/</link>
				<comments>https://www.hanginghyena.com/blog/introducing-anagram-families/#respond</comments>
				<pubDate>Thu, 09 Feb 2012 06:47:48 +0000</pubDate>
		<dc:creator><![CDATA[Head Hyena]]></dc:creator>
				<category><![CDATA[anagrams]]></category>
		<category><![CDATA[Wordplay]]></category>
		<category><![CDATA[angrams]]></category>
		<category><![CDATA[largest set of anagrams]]></category>

		<guid isPermaLink="false">https://www.hanginghyena.com/blog/?p=107</guid>
				<description><![CDATA[<p>One of the things that sparked my interest in this site was the idea of &#8220;anagram families&#8221;, sets of words where the members are direct anagrams of each other. Fortunately, it&#8217;s relatively easy to write a Python program to crunch through a dictionary (I&#8217;m using Enable as my primary dictionary for this project, although others &#8230; </p>
<p class="link-more"><a href="https://www.hanginghyena.com/blog/introducing-anagram-families/" class="more-link">Continue reading<span class="screen-reader-text"> "Introducing &#8220;Anagram Families&#8221;"</span></a></p>
<p>The post <a rel="nofollow" href="https://www.hanginghyena.com/blog/introducing-anagram-families/">Introducing &#8220;Anagram Families&#8221;</a> appeared first on <a rel="nofollow" href="https://www.hanginghyena.com/blog">Hanging Hyena</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>One of the things that sparked my interest in this site was the idea of &#8220;anagram families&#8221;, sets of words where the members are direct anagrams of each other. Fortunately, it&#8217;s relatively easy to write a Python program to crunch through a dictionary (I&#8217;m using Enable as my primary dictionary for this project, although others exist &#8211; results will vary) and identify sets of related words.</p>
<p>A simple example is GOAT, which is a direct anagram of TOGA. Makes you wonder exactly how wild those ancient parties got.</p>
<p>You can also have indirect anagrams &#8211; where you split the original word into multiple words. WINE =&gt; WE IN, clearly a reference of the bonding value of drinking with your clients and prospects. In contrast BEER =&gt; BE ER, a ominous note. So the next time you&#8217;re trying to close a deal, break out the good stuff!</p>
<p>Scotch was a non-starter &#8211; no direct anagrams and the single vowel made it hard to build a set of indirect anagrams. I tried a couple of other forms of hard liquor with similar results.</p>
<p>To play along at home, you can use our <a title="scrabble helper" href="https://www.hanginghyena.com/solvers/scrabble-helper">Scrabble Helper </a>&#8211; enter the letters in the word you are interested in and look at the items on the list of possible words which use all the letters in your hand.</p>
<p>The post <a rel="nofollow" href="https://www.hanginghyena.com/blog/introducing-anagram-families/">Introducing &#8220;Anagram Families&#8221;</a> appeared first on <a rel="nofollow" href="https://www.hanginghyena.com/blog">Hanging Hyena</a>.</p>
]]></content:encoded>
							<wfw:commentRss>https://www.hanginghyena.com/blog/introducing-anagram-families/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
