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/04 21:24:21 UTC

[jira] [Created] (OPENNLP-213) Name type should accept larger variety of characters

Name type should accept larger variety of characters
----------------------------------------------------

                 Key: OPENNLP-213
                 URL: https://issues.apache.org/jira/browse/OPENNLP-213
             Project: OpenNLP
          Issue Type: Improvement
          Components: Name Finder
            Reporter: William Colen
            Assignee: William Colen


Name type should accept larger variety of characters. Today it is restricted to alphanumeric. For example <START:prop-name> is not accepted.
Maybe the only restriction should be '>' and ':'.

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

        

[jira] [Updated] (OPENNLP-213) Name type should accept larger variety of characters

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

William Colen updated OPENNLP-213:
----------------------------------

        Fix Version/s: tools-1.5.2-incubating
    Affects Version/s: tools-1.5.2-incubating

> Name type should accept larger variety of characters
> ----------------------------------------------------
>
>                 Key: OPENNLP-213
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-213
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>             Fix For: tools-1.5.2-incubating
>
>
> Name type should accept larger variety of characters. Today it is restricted to alphanumeric. For example <START:prop-name> is not accepted.
> Maybe the only restriction should be '>' and ':'.

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

        

[jira] [Commented] (OPENNLP-213) Name type should accept larger variety of characters

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

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

Can the issue be closed? If so please do.

> Name type should accept larger variety of characters
> ----------------------------------------------------
>
>                 Key: OPENNLP-213
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-213
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>             Fix For: tools-1.5.2-incubating
>
>
> Name type should accept larger variety of characters. Today it is restricted to alphanumeric. For example <START:prop-name> is not accepted.
> Maybe the only restriction should be '>' and ':'.

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

       

[jira] [Commented] (OPENNLP-213) Name type should accept larger variety of characters

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

William Colen commented on OPENNLP-213:
---------------------------------------

The new restriction is [:>\s]
I think it should works ok with our format. Also I made the regex pattern static final, so it would be parsed only once.

> Name type should accept larger variety of characters
> ----------------------------------------------------
>
>                 Key: OPENNLP-213
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-213
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>             Fix For: tools-1.5.2-incubating
>
>
> Name type should accept larger variety of characters. Today it is restricted to alphanumeric. For example <START:prop-name> is not accepted.
> Maybe the only restriction should be '>' and ':'.

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

        

[jira] [Commented] (OPENNLP-213) Name type should accept larger variety of characters

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

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

And maybe a couple of other things to make it compatible with our format, e.g. spaces, new lines, etc. would not work well either.

+1 to extend the accepted chars a little

> Name type should accept larger variety of characters
> ----------------------------------------------------
>
>                 Key: OPENNLP-213
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-213
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>             Fix For: tools-1.5.2-incubating
>
>
> Name type should accept larger variety of characters. Today it is restricted to alphanumeric. For example <START:prop-name> is not accepted.
> Maybe the only restriction should be '>' and ':'.

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

       

[jira] [Closed] (OPENNLP-213) Name type should accept larger variety of characters

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

William Colen closed OPENNLP-213.
---------------------------------


> Name type should accept larger variety of characters
> ----------------------------------------------------
>
>                 Key: OPENNLP-213
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-213
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>             Fix For: tools-1.5.2-incubating
>
>
> Name type should accept larger variety of characters. Today it is restricted to alphanumeric. For example <START:prop-name> is not accepted.
> Maybe the only restriction should be '>' and ':'.

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

        

[jira] [Resolved] (OPENNLP-213) Name type should accept larger variety of characters

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

William Colen resolved OPENNLP-213.
-----------------------------------

    Resolution: Fixed

> Name type should accept larger variety of characters
> ----------------------------------------------------
>
>                 Key: OPENNLP-213
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-213
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Name Finder
>    Affects Versions: tools-1.5.2-incubating
>            Reporter: William Colen
>            Assignee: William Colen
>             Fix For: tools-1.5.2-incubating
>
>
> Name type should accept larger variety of characters. Today it is restricted to alphanumeric. For example <START:prop-name> is not accepted.
> Maybe the only restriction should be '>' and ':'.

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