Uploaded image for project: 'OpenNLP'
  1. OpenNLP
  2. OPENNLP-727

IKVM Parser bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • tools-1.5.3
    • None
    • Parser
    • None

    Description

      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 (WHADVP (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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            knuppe Gustavo Knuppe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: