Help for this page

Select Code to Download


  1. or download this
    if($currentSentence =~ /<\@> <s> ([\S\s]+) <head>lines?<\/head> ([\S\s
    +]+) <\/s> <\@>/) {
        $features{$_}++ for map { split } $1,$2;
    }