You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Gustavo Knuppe (JIRA)" <ji...@apache.org> on 2014/10/28 21:02:34 UTC

[jira] [Created] (OPENNLP-727) IKVM Parser bug

Gustavo Knuppe created OPENNLP-727:
--------------------------------------

             Summary: IKVM Parser bug
                 Key: OPENNLP-727
                 URL: https://issues.apache.org/jira/browse/OPENNLP-727
             Project: OpenNLP
          Issue Type: Bug
          Components: Parser
    Affects Versions: tools-1.5.3
            Reporter: Gustavo Knuppe


The OpenNLP IKVM version is returning a invalid result in the parser, this problem occurs *only using the ikvm version*, when I reproduce the same test using java, I get the expected/valid result.

Details:

Model: en-parser-chunking.bin (1.5.3)
Sentence: "How much fruit do animals eat ?"

Java result: "(TOP (SBAR (WHADJP (WRB How)) (S (NP (JJ much) (NN fruit)) (VP (VBP do) (S (NP (NNS animals)) (VP (VB eat))))) (. ?)))"

IKVM result: "(TOP (SBAR ({color: red}*WHADVP*{color} (WRB How)) (S (NP (JJ much) (NN fruit)) (VP (VBP do) (S (NP (NNS animals)) (VP (VB eat))))) (. ?)))"

This problem is likely caused by IKVM, but I think important to leave an open issue since this must happen to all users.



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