You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "William Colen (JIRA)" <ji...@apache.org> on 2011/07/11 20:17:00 UTC

[jira] [Created] (OPENNLP-221) Evaluator CLI tools should use the Parameters interface

Evaluator CLI tools should use the Parameters interface
-------------------------------------------------------

                 Key: OPENNLP-221
                 URL: https://issues.apache.org/jira/browse/OPENNLP-221
             Project: OpenNLP
          Issue Type: Improvement
          Components: Name Finder, POS Tagger, Sentence Detector, Tokenizer
    Affects Versions: tools-1.5.2-incubating
            Reporter: William Colen
            Assignee: William Colen
            Priority: Minor
             Fix For: tools-1.5.2-incubating


Some CLI evaluation tools are not using the Parameters interface to describe arguments. It is easier to set optional parameters if the tool is using the interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OPENNLP-221) Evaluator CLI tools should use the Parameters interface

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

William Colen closed OPENNLP-221.
---------------------------------

    Resolution: Fixed

Work is finished with Evaluator and Cross Validator. Should open a new issue for refactoring the other tools and reorganize the Parameters interface like described at https://cwiki.apache.org/OPENNLP/command-line-parameter-interfaces.html

> Evaluator CLI tools should use the Parameters interface
> -------------------------------------------------------
>
>                 Key: OPENNLP-221
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-221
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder, POS Tagger, Sentence Detector, Tokenizer
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>            Priority: Minor
>             Fix For: tools-1.5.2-incubating
>
>
> Some CLI evaluation tools are not using the Parameters interface to describe arguments. It is easier to set optional parameters if the tool is using the interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENNLP-221) Evaluator CLI tools should use the Parameters interface

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

Jörn Kottmann commented on OPENNLP-221:
---------------------------------------

Nice, always planned to refactor the existing cli code to use this, but never got the time.

> Evaluator CLI tools should use the Parameters interface
> -------------------------------------------------------
>
>                 Key: OPENNLP-221
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-221
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder, POS Tagger, Sentence Detector, Tokenizer
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>            Priority: Minor
>             Fix For: tools-1.5.2-incubating
>
>
> Some CLI evaluation tools are not using the Parameters interface to describe arguments. It is easier to set optional parameters if the tool is using the interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (OPENNLP-221) Evaluator CLI tools should use the Parameters interface

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

Jörn Kottmann commented on OPENNLP-221:
---------------------------------------

In the end we should replace all the cli tools with the Parameters interaces. Yes, we should define an interface which contains basic training parameters and then extend the interface to specify parameters for the component.
But until everything is converted we might need to support both ways in a component.

> Evaluator CLI tools should use the Parameters interface
> -------------------------------------------------------
>
>                 Key: OPENNLP-221
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-221
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder, POS Tagger, Sentence Detector, Tokenizer
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>            Priority: Minor
>             Fix For: tools-1.5.2-incubating
>
>
> Some CLI evaluation tools are not using the Parameters interface to describe arguments. It is easier to set optional parameters if the tool is using the interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (OPENNLP-221) Evaluator CLI tools should use the Parameters interface

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

William Colen commented on OPENNLP-221:
---------------------------------------

Hi Jörn,

We have the TrainingParameter and BasicTrainingParameters in some tools, like SentenceDetectorCrossValidator. Should we keep it?

Thanks

> Evaluator CLI tools should use the Parameters interface
> -------------------------------------------------------
>
>                 Key: OPENNLP-221
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-221
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder, POS Tagger, Sentence Detector, Tokenizer
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>            Priority: Minor
>             Fix For: tools-1.5.2-incubating
>
>
> Some CLI evaluation tools are not using the Parameters interface to describe arguments. It is easier to set optional parameters if the tool is using the interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira