Meh, I left debugging code in the code sample from that last email.

      my $plist = $plist_reader->posting_list( field => 'content' );
      while ($lexicon->next) {
        my $term = $lexicon->get_term;
-       warn $term;
        $postings{$term} ||= []; 
        my $doc_id_array = $postings{$term};


The point is to build up that %postings hash, not to print out terms.  Do
whatever you want with %postings afterwards.

Marvin Humphrey

Reply via email to