<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Does anyone know how to dump into ascii the dictionary ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612352#M854343</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Since a hash is by definition a many (or at least a few) to one relationship what you are asking can't be done.&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Nov 2001 22:56:26 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-11-12T22:56:26Z</dc:date>
    <item>
      <title>Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612348#M854339</link>
      <description>I'm trying to get the english dictionary into a flat file in ascii form.&lt;BR /&gt;The best I've been able to do is get it into hashcode.&lt;BR /&gt;Does anyone know how to get the /usr/share/dict/hlista into something readable.   Thanks......</description>
      <pubDate>Mon, 12 Nov 2001 21:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612348#M854339</guid>
      <dc:creator>Alan Wyskowski</dc:creator>
      <dc:date>2001-11-12T21:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612349#M854340</link>
      <description>Have you tried this:&lt;BR /&gt;&lt;BR /&gt;cat /usr/share/dict/hlista | /usr/lbin/spell/hashcheck &amp;gt;tmp1&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 22:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612349#M854340</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-12T22:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612350#M854341</link>
      <description>Yes, but that just gives me the words in number format.  One per line.  I haven't been able to convert that to ascii.</description>
      <pubDate>Mon, 12 Nov 2001 22:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612350#M854341</guid>
      <dc:creator>Alan Wyskowski</dc:creator>
      <dc:date>2001-11-12T22:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612351#M854342</link>
      <description>That command only yields the hashed values.  I don't know of any way to decode those hashed values back into text.</description>
      <pubDate>Mon, 12 Nov 2001 22:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612351#M854342</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-11-12T22:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612352#M854343</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Since a hash is by definition a many (or at least a few) to one relationship what you are asking can't be done.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 22:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612352#M854343</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-12T22:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612353#M854344</link>
      <description>You say it can't be done, how does spell do it then when it's looking up words in that file?&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Nov 2001 23:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612353#M854344</guid>
      <dc:creator>Alan Wyskowski</dc:creator>
      <dc:date>2001-11-12T23:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612354#M854345</link>
      <description>spell(1) is apparently a one way street.&lt;BR /&gt;&lt;BR /&gt;I have found no 'official' references', but an unofficial one (our/HP reference DY012804 "Cannot extract words from spell dictionary") says:&lt;BR /&gt;&lt;BR /&gt;[start quote:]&lt;BR /&gt;The hashmake command reduces words to 9 digit codes which can be placed in a binary hash table.  This allows quick lookup, but makes it a one-way street.  You can't go back &amp;amp; create words from the hash codes.&lt;BR /&gt;[end quote.]&lt;BR /&gt;&lt;BR /&gt;[Perhaps this document is available in ITRC. I have not checked.] &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 11:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612354#M854345</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-11-13T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone know how to dump into ascii the dictionary ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612355#M854346</link>
      <description>Thanks everyone for the replies.  This saves me countless hours of looking.</description>
      <pubDate>Tue, 13 Nov 2001 16:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/does-anyone-know-how-to-dump-into-ascii-the-dictionary/m-p/2612355#M854346</guid>
      <dc:creator>Alan Wyskowski</dc:creator>
      <dc:date>2001-11-13T16:44:38Z</dc:date>
    </item>
  </channel>
</rss>

