Thanks very much Mario and others for your valuable input.

I tried running your code, but it is generating blank output.

I am appending below input and output file formats: In input file there are over 1000000 chunks of sentences (e.g. user review), with chunks separated by a blank line (shown below). I am trying to extract some pre-tagged patterns from the sentences. Such as, extract D*ID1*Spore1 game*D from sentence and then separate ID of the game from its name; all names later are concatenated as shown in the output format below.

Please let me know how your MCE-based code needs to be modified.

Thanks once again.


Input file format:
1
--
A new DVD with both the PC and Mac release for EA's D*ID1*Spore1 game*D.
D*ID2*Spore2*D is not that type of game.
That is why I gave D*ID1*Spore1*D a 3 star.

2
--
D*ID2*Spore2*D is a wonderful game.
A new DVD with both the PC and Mac release for EA's D*ID1*Spore1*D.

3
--
Once you get the D*ID1*spore1*D cursor on your screen, click command-Q.
.
.

Output format:
ID1=>Spore1 game|Spore1|spore1 #case sensitive unique names only in hash value
ID2=>Spore2


In reply to Re^2: Parallel-processing the code by rajaman
in thread Parallel-processing the code by rajaman

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.