Help for this page

Select Code to Download


  1. or download this
    my %sentence_codes = map { /(.*)_(.*)/ && ($1,$2) } split $codefile;
    
  2. or download this
    $sentence_file =~ s/(\w['-]\w?)|[?:;]/$&.'_'.($sentence_codes{$&} || '
    +unknown')/eg;