Help for this page

Select Code to Download


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