The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
if ( $c_tag eq 'JJ' ) { return 1 if $p_tag =~ /^(N|CD|IN)/; return 1 if $p_lemma eq 'be' && $p_tag =~ /^V/; return 0; }
    #return 0 if $c_tag eq 'NN' && $p_tag eq 'MD';
    return 1;
Treex::Block::W2A::EN::FixTagsAfterParse

Some errors made by taggers can be detected after the parsing is done.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 122:

'=item' outside of any '=over'

=over without closing =back