You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "James Kosin (Created) (JIRA)" <ji...@apache.org> on 2012/03/15 02:44:38 UTC

[jira] [Created] (OPENNLP-470) CLI for SimpleTokenizer is broken

CLI for SimpleTokenizer is broken
---------------------------------

                 Key: OPENNLP-470
                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
             Project: OpenNLP
          Issue Type: Bug
          Components: Command Line Interface, Tokenizer
            Reporter: James Kosin


opennlp SimpleTokenizer < sentences_file.txt

Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?



--
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-470) CLI for SimpleTokenizer is broken

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

James Kosin commented on OPENNLP-470:
-------------------------------------

Joern,

It is still broken.

Command:
     opennlp SimpleTokenizer

Reports usage as above; but, when used as above
     opennlp SimpleTokenizer < sentences_file.txt

Reports the usage again.

                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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-470) CLI for SimpleTokenizer is broken

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

James Kosin commented on OPENNLP-470:
-------------------------------------

The JIRA didn't show any check-ins for the changes; so, I couldn't tell what was changed.
Thanks/
                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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] [Reopened] (OPENNLP-470) CLI for SimpleTokenizer is broken

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

James Kosin reopened OPENNLP-470:
---------------------------------


What was changed to fix this issue?
                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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-470) CLI for SimpleTokenizer is broken

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

Aliaksandr Autayeu commented on OPENNLP-470:
--------------------------------------------

I've added "parameters required" flag for CLI tools, otherwise you can't tell apart two situations - parameters are missing or they are not required.
                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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-470) CLI for SimpleTokenizer is broken

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

Joern Kottmann commented on OPENNLP-470:
----------------------------------------

Looks like the subversion changes vanished from Jira, they used to be in the tabs. You can search the commits mailing list for OPENNLP-470 to see which changes have been made.
                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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-470) CLI for SimpleTokenizer is broken

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

Aliaksandr Autayeu commented on OPENNLP-470:
--------------------------------------------

James, this looks like my mistake. I have put OPENNLP-470: ... in the commit message, but I might have missed something else. Can you tell me what else I need to do for JIRA to show my commits related to this ticket?
                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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-470) CLI for SimpleTokenizer is broken

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

James Kosin closed OPENNLP-470.
-------------------------------

    Resolution: Fixed

It is fixed, though I don't know how....
                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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-470) CLI for SimpleTokenizer is broken

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

Aliaksandr Autayeu resolved OPENNLP-470.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: tools-1.5.3
    
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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] [Assigned] (OPENNLP-470) CLI for SimpleTokenizer is broken

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

Aliaksandr Autayeu reassigned OPENNLP-470:
------------------------------------------

    Assignee: Aliaksandr Autayeu
    
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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-470) CLI for SimpleTokenizer is broken

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

Joern Kottmann commented on OPENNLP-470:
----------------------------------------

James, can this issue be closed?
                
> CLI for SimpleTokenizer is broken
> ---------------------------------
>
>                 Key: OPENNLP-470
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-470
>             Project: OpenNLP
>          Issue Type: Bug
>          Components: Command Line Interface, Tokenizer
>            Reporter: James Kosin
>            Assignee: Aliaksandr Autayeu
>              Labels: command-line, tokenizer
>             Fix For: tools-1.5.3
>
>
> opennlp SimpleTokenizer < sentences_file.txt
> Always returns usage... probably because there are no required arguments; but, it should now that, shouldn't it?

--
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