Ignore:
Timestamp:
2000-10-18T22:00:10+13:00 (24 years ago)
Author:
say1
Message:

fixed some of my earlier mistakes. sorry Stefan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r1602 r1605  
    7171    print STDERR "   -first            Comma seperated list of first sizes to extract from the text \n";
    7272    print STDERR "                     into a metadata field. The fields are called 'FirstNNN'.\n";
    73     print STDERR "                     Defualts to '-first 200'. '-first 1000' also useful.\n";
    7473    print STDERR "   -extract_email    Extract email addresses as metadata\n\n";
    7574}
     
    10099             q^markup_acronyms^, \$self->{'markup_acronyms'},
    101100             q^extract_language^, \$self->{'extract_language'},
    102              q^first/.*/200^, \$self->{'first'},
     101             q^first/.*/^, \$self->{'first'},
    103102             q^date_extract^, \$self->{'date_extract'},
    104103             "maximum_date/\\d{4}/$year", \$self->{'max_year'},
Note: See TracChangeset for help on using the changeset viewer.