blib/lib/Treex/Tool/EnglishMorpho/Lemmatizer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 1 | 0 | !($tag =~ /^NNP/) || $self->lowercase_proper_names and $word ne 'I' |
91 | 1 | 0 | 0 | $tag =~ /^(J.*|R.*|NN|NNS)$/ and $word =~ $self->negation |
262 | 5610 | 0 | 0 | defined $negative_prefix && $negative_prefix eq '1' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
68 | 1 | 0 | 0 | !($tag =~ /^NNP/) || $self->lowercase_proper_names |