Hello Ted,
thanks for the code and your ideas. I am actually working with text in a font for another language
(not English), so the tokenisation and translation code does not work for me, but of course works
great with your test data in English. But anyway, got the idea.

In this font, a single letter(vowel/consonant), may be mapped to two or more ascii characters, e.g.
letter 1 in my font = ascii chars sd letter 2 in my font = ascii chars !#
Though of course we can do the frequency count of words from %count, and also find the no of unique words from it;we are still building %count from an array into which the words have been pushed.
Right now this works, but if the array were to hold a huge number of words, say 1 million,would this not be a problem? Is there a way around this?
Thanks,
perl_seeker:)

In reply to Re^2: Frequency of words in text file and hashes by perl_seeker
in thread Frequency of words in text file and hashes by perl_seeker

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.