Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use 5.014;
    ...
        my ($id,$taxid,$text) = split(/;/, $line, 3);
        $lucy->add_doc( {id => $id, content => $text} );
    }
    
  2. or download this
    #!/usr/bin/perl
    use 5.014;
    ...
        print "$hit->{id}\t";
        print "$hit->{content}";
    }