You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Steven Owens (JIRA)" <ji...@apache.org> on 2015/10/03 22:52:26 UTC

[jira] [Created] (OPENNLP-820) parser is mistagging quotes

Steven Owens created OPENNLP-820:
------------------------------------

             Summary: parser is mistagging quotes
                 Key: OPENNLP-820
                 URL: https://issues.apache.org/jira/browse/OPENNLP-820
             Project: OpenNLP
          Issue Type: Bug
          Components: Parser
    Affects Versions: 1.6.0
            Reporter: Steven Owens


the parser is mistagging quotes (both single and double) with the default English model. I notice most on opening quotes but it happens to closing quotes. 

ex. (TOP (NP (NP-S-NP (NN "))(ADVP-C-NP (RB Here))(. ?)(. ")))  both double quotes should be labeled ''(two single quotes).
same sentence labeled with the part of speech tagger using the default English model: "_`` Here_RB ?_. "_''



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)