You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Koji Sekiguchi (JIRA)" <ji...@apache.org> on 2012/06/29 04:53:44 UTC

[jira] [Created] (OPENNLP-516) CreateModel should use PerceptronModelWriter when -perceptron option is specified

Koji Sekiguchi created OPENNLP-516:
--------------------------------------

             Summary: CreateModel should use PerceptronModelWriter when -perceptron option is specified
                 Key: OPENNLP-516
                 URL: https://issues.apache.org/jira/browse/OPENNLP-516
             Project: OpenNLP
          Issue Type: Bug
            Reporter: Koji Sekiguchi
            Priority: Trivial
         Attachments: OPENNLP-516.patch

It seems that CreateModel in maxent sample always uses SuffixSensitiveGISModelWriter even if -perceptron option is used. As a result, Predict w/ -perceptron option outputs a broken result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENNLP-516) CreateModel should use PerceptronModelWriter when -perceptron option is specified

Posted by "Joern Kottmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENNLP-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422666#comment-13422666 ] 

Joern Kottmann commented on OPENNLP-516:
----------------------------------------

Sorry, for some reason no one picked up and applied you patch. If that happens again just ping us by commenting on the issue or asking on the mailing list. We usually review patches within 3 days.
                
> CreateModel should use PerceptronModelWriter when -perceptron option is specified
> ---------------------------------------------------------------------------------
>
>                 Key: OPENNLP-516
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-516
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Maxent
>            Reporter: Koji Sekiguchi
>            Priority: Trivial
>             Fix For: tools-1.5.3
>
>         Attachments: OPENNLP-516.patch, OPENNLP-516.patch
>
>
> It seems that CreateModel in maxent sample always uses SuffixSensitiveGISModelWriter even if -perceptron option is used. As a result, Predict w/ -perceptron option outputs a broken result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENNLP-516) CreateModel should use PerceptronModelWriter when -perceptron option is specified

Posted by "Joern Kottmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joern Kottmann updated OPENNLP-516:
-----------------------------------

      Component/s: Maxent
    Fix Version/s: tools-1.5.3
         Assignee: Joern Kottmann
    
> CreateModel should use PerceptronModelWriter when -perceptron option is specified
> ---------------------------------------------------------------------------------
>
>                 Key: OPENNLP-516
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-516
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Maxent
>            Reporter: Koji Sekiguchi
>            Assignee: Joern Kottmann
>            Priority: Trivial
>             Fix For: tools-1.5.3
>
>         Attachments: OPENNLP-516.patch, OPENNLP-516.patch
>
>
> It seems that CreateModel in maxent sample always uses SuffixSensitiveGISModelWriter even if -perceptron option is used. As a result, Predict w/ -perceptron option outputs a broken result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENNLP-516) CreateModel should use PerceptronModelWriter when -perceptron option is specified

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi updated OPENNLP-516:
-----------------------------------

    Attachment: OPENNLP-516.patch
    
> CreateModel should use PerceptronModelWriter when -perceptron option is specified
> ---------------------------------------------------------------------------------
>
>                 Key: OPENNLP-516
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-516
>             Project: OpenNLP
>          Issue Type: Bug
>            Reporter: Koji Sekiguchi
>            Priority: Trivial
>         Attachments: OPENNLP-516.patch
>
>
> It seems that CreateModel in maxent sample always uses SuffixSensitiveGISModelWriter even if -perceptron option is used. As a result, Predict w/ -perceptron option outputs a broken result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OPENNLP-516) CreateModel should use PerceptronModelWriter when -perceptron option is specified

Posted by "Joern Kottmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joern Kottmann resolved OPENNLP-516.
------------------------------------

    Resolution: Fixed

Thanks for providing a patch to fix this! Please close the issue if the committed change works for you.
                
> CreateModel should use PerceptronModelWriter when -perceptron option is specified
> ---------------------------------------------------------------------------------
>
>                 Key: OPENNLP-516
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-516
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Maxent
>            Reporter: Koji Sekiguchi
>            Assignee: Joern Kottmann
>            Priority: Trivial
>             Fix For: tools-1.5.3
>
>         Attachments: OPENNLP-516.patch, OPENNLP-516.patch
>
>
> It seems that CreateModel in maxent sample always uses SuffixSensitiveGISModelWriter even if -perceptron option is used. As a result, Predict w/ -perceptron option outputs a broken result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OPENNLP-516) CreateModel should use PerceptronModelWriter when -perceptron option is specified

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi closed OPENNLP-516.
----------------------------------


No problem! Thanks Joern for applying the patch!
                
> CreateModel should use PerceptronModelWriter when -perceptron option is specified
> ---------------------------------------------------------------------------------
>
>                 Key: OPENNLP-516
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-516
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Maxent
>            Reporter: Koji Sekiguchi
>            Assignee: Joern Kottmann
>            Priority: Trivial
>             Fix For: tools-1.5.3
>
>         Attachments: OPENNLP-516.patch, OPENNLP-516.patch
>
>
> It seems that CreateModel in maxent sample always uses SuffixSensitiveGISModelWriter even if -perceptron option is used. As a result, Predict w/ -perceptron option outputs a broken result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENNLP-516) CreateModel should use PerceptronModelWriter when -perceptron option is specified

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENNLP-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi updated OPENNLP-516:
-----------------------------------

    Attachment: OPENNLP-516.patch

Add availability of -perceptron option in usage.
                
> CreateModel should use PerceptronModelWriter when -perceptron option is specified
> ---------------------------------------------------------------------------------
>
>                 Key: OPENNLP-516
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-516
>             Project: OpenNLP
>          Issue Type: Bug
>            Reporter: Koji Sekiguchi
>            Priority: Trivial
>         Attachments: OPENNLP-516.patch, OPENNLP-516.patch
>
>
> It seems that CreateModel in maxent sample always uses SuffixSensitiveGISModelWriter even if -perceptron option is used. As a result, Predict w/ -perceptron option outputs a broken result.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira