I am looking for a program or module to build a concordance. I would like these features: I have not been able to find concordance tools on CPAN, although there are useful building blocks.

There are many Perl concordance links in Google to look at. I am wondering if anyone here knows of a particular concordance program that meets my needs. Assuming the program doesn't do everything that I need, the most important criterion will be that the program is relatively easy to understand and modify.

The purpose of the concordance program is to provide an efficient way to explore and find information in a large text file. For example, I would like to be able to research all references to "butter" in the Project Gutenberg copy of Moby Dick.

Thanks!

It should work perfectly the first time! - toma


In reply to Seeking concordance program by toma

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.