Help for this page
$NUM = get_exp('cd'); $GER = get_exp('vbg'); ... $QUOT = get_exp('ppr'); $SEN = get_exp('pp'); $WORD = get_exp('\p{IsWord}+');
#!/usr/bin/env perl use Lingua::EN::Tagger ... my $tagged = $postagger->add_tags($text); print $tagged, "\n";