<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Wordnik.com: Mirrored Vowels: Comments</title>
    <link>http://www.wordnik.com/lists/mirrored-vowels#comments</link>
    <description>Comments for the list 'Mirrored Vowels'</description>
    <generator>http://www.wordnik.com</generator>
    <item>
      <title>Comment by mollusque, about 1 year ago</title>
      <link>http://www.wordnik.com/lists/mirrored-vowels#comments</link>
      <description>Thanks, effigy. I was thinking of things like &lt;a href=&quot;/words/embarrassed&quot;&gt;embarrassed&lt;/a&gt; and &lt;a href=&quot;/words/embarrasses&quot;&gt;embarrasses&lt;/a&gt;, where even if you disallow &quot;-ed&quot;, &quot;-es&quot; still brings it into play.&lt;br /&gt;&lt;br /&gt;By the way, I've tagged the vowel sequence for most of the words on this list. I skipped a few like &lt;a href=&quot;/words/colesterol&quot;&gt;colesterol&lt;/a&gt; and &lt;a href=&quot;/words/recomposer&quot;&gt;recomposer&lt;/a&gt;, which are Spanish.</description>
      <pubDate>Sat, 25 Oct 2008 04:40:32 +0000</pubDate>
      <guid isPermaLink="true">http://www.wordnik.com/lists/mirrored-vowels#comments</guid>
    </item>
    <item>
      <title>Comment by effigy, about 1 year ago</title>
      <link>http://www.wordnik.com/lists/mirrored-vowels#comments</link>
      <description>My first thought was no -eds or -ings because they throw an extra vowel in play, whereas -s does not; however, I'm open to suggestions. I'll cross it out for now&amp;mdash;let's see what you've got!&lt;br /&gt;&lt;br /&gt;Thanks for the Ukrainian catch. I'll try to figure out how that slipped in there. Ah ha! My program had a bug: the strip all non-vowels part was case sensitive, thus ignoring &quot;U.&quot;</description>
      <pubDate>Sat, 25 Oct 2008 04:08:18 +0000</pubDate>
      <guid isPermaLink="true">http://www.wordnik.com/lists/mirrored-vowels#comments</guid>
    </item>
    <item>
      <title>Comment by mollusque, about 1 year ago</title>
      <link>http://www.wordnik.com/lists/mirrored-vowels#comments</link>
      <description>Hi effigy! Glad to see another &lt;a href=&quot;/words/vowelhound&quot;&gt;vowelhound&lt;/a&gt; on Wordie. A couple of questions and comments. Why no -eds or -ings, but plurals allowed? I'd say, prefer the shortest form that contains the sequence, but if adding the ending produces the sequence, why not allow it?&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/words/Ukranian&quot;&gt;Ukranian&lt;/a&gt; doesn't fit the pattern.</description>
      <pubDate>Sat, 25 Oct 2008 02:36:31 +0000</pubDate>
      <guid isPermaLink="true">http://www.wordnik.com/lists/mirrored-vowels#comments</guid>
    </item>
    <item>
      <title>Comment by effigy, about 1 year ago</title>
      <link>http://www.wordnik.com/lists/mirrored-vowels#comments</link>
      <description>Perl to the rescue!&lt;br /&gt;&lt;br /&gt;#open my $LIST, '-|', 'look &quot;*&quot;' or die $!; ### Solaris 5.8&lt;br /&gt;#open my $LIST, '&amp;lt;', '/usr/share/dict/american-english' or die $!; ### Ubuntu&lt;br /&gt;while (&amp;lt;$LIST&gt;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;chomp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;my $original = $_;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;s/&amp;#x5b;^aeiouy&amp;#x5d;//gi;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;my $len = length $_;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;next if $len &amp;lt; 4 || $len % 2;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;my $halfway = ($len + 1) / 2;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;my ($first, $second) = (&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;substr($_, 0, $halfway),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;substr($_, $halfway, $len),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;my $r_first = reverse $first;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;next if $r_first ne $second;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print &quot;$original: $first/$second\n&quot;;&lt;br /&gt;}&lt;br /&gt;</description>
      <pubDate>Fri, 24 Oct 2008 17:14:03 +0000</pubDate>
      <guid isPermaLink="true">http://www.wordnik.com/lists/mirrored-vowels#comments</guid>
    </item>
  </channel>
</rss>
