You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "julien nioche (JIRA)" <ui...@incubator.apache.org> on 2008/03/12 10:16:46 UTC

[jira] Resolved: (UIMA-855) java.lang.ArrayIndexOutOfBoundsException in Tagger

     [ https://issues.apache.org/jira/browse/UIMA-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

julien nioche resolved UIMA-855.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3

> java.lang.ArrayIndexOutOfBoundsException in Tagger
> --------------------------------------------------
>
>                 Key: UIMA-855
>                 URL: https://issues.apache.org/jira/browse/UIMA-855
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-Tagger
>            Reporter: julien nioche
>             Fix For: 2.3
>
>         Attachments: uima_tagger_patch120308.txt
>
>
> . I've found a problem with the HMM Tagger which generates :
> java.lang.ArrayIndexOutOfBoundsException: -2
>     at java.util.ArrayList.get(ArrayList.java:323)
>     at org.apache.uima.examples.tagger.Viterbi.process(Viterbi.java:328)
> when I analyze the following sentence "pH The test." (tokenized as [pH][The][test][.])
> This happens on the SVN version as of 6th March.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (UIMA-855) java.lang.ArrayIndexOutOfBoundsException in Tagger

Posted by Michael Baessler <mb...@michael-baessler.de>.
julien nioche (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/UIMA-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> julien nioche resolved UIMA-855.
> --------------------------------
> 
>        Resolution: Fixed
>     Fix Version/s: 2.3
> 
>> java.lang.ArrayIndexOutOfBoundsException in Tagger
>> --------------------------------------------------
>>
>>                 Key: UIMA-855
>>                 URL: https://issues.apache.org/jira/browse/UIMA-855
>>             Project: UIMA
>>          Issue Type: Bug
>>          Components: Sandbox-Tagger
>>            Reporter: julien nioche
>>             Fix For: 2.3
>>
>>         Attachments: uima_tagger_patch120308.txt
>>
>>
>> . I've found a problem with the HMM Tagger which generates :
>> java.lang.ArrayIndexOutOfBoundsException: -2
>>     at java.util.ArrayList.get(ArrayList.java:323)
>>     at org.apache.uima.examples.tagger.Viterbi.process(Viterbi.java:328)
>> when I analyze the following sentence "pH The test." (tokenized as [pH][The][test][.])
>> This happens on the SVN version as of 6th March.
> 

I don't see any commit messages, does any has applied the patch to SVN
already? If not we have to reopen the issue.

I think this fix can be added to the next Sandbox release version 2.2.2S.

-- Michael