You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Joern Kottmann (JIRA)" <ji...@apache.org> on 2017/01/03 10:17:58 UTC

[jira] [Closed] (OPENNLP-331) disagreement between POS of parser and POStagger

     [ https://issues.apache.org/jira/browse/OPENNLP-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joern Kottmann closed OPENNLP-331.
----------------------------------
    Resolution: Won't Fix

> disagreement between POS of parser and POStagger
> ------------------------------------------------
>
>                 Key: OPENNLP-331
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-331
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Similarity
>            Reporter: Boris Galitsky
>            Assignee: Boris Galitsky
>         Attachments: patch.OPENNLP-331-1.txt, patch.OPENNLP-331.txt
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> ParserTool.parseLine(sentence, parser, 1) gives:
> How can I get short focus zoom lens for digital camera
> type = S
> 	type = WHADVP
> 		type = WRB, word = How
> 	type = SQ
> 		type = MD, word = can
> 		type = NP
> 			type = PRP, word = I
> 		type = VP
> 			type = VB, word = get
> 			type = NP
> 				type = JJ, word = short
> 				type = NN, word = focus
> 				type = NN, word = zoom   // ZOOM is NOUN: correct
> 				type = NN, word = lens
> 			type = PP
> 				type = IN, word = for
> 				type = NP
> 					type = JJ, word = digital
> 					type = NN, word = camera
> BUT
> new POSTaggerME(model).tag(toks);
>  gives
> [WRB, MD, PRP, VB, JJ, NN, VBN, NN, IN, JJ, NN]
>                                         ****
>                      VBN is a problem!  
> zoom is NOT VBN - Verb, past participle



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