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

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

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

Thilo Goetz closed UIMA-855.
----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3)
                   2.2.2S

Patch applied, verified and committed.  Thanks Julien and Eugenie.

> 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
>            Assignee: Thilo Goetz
>             Fix For: 2.2.2S
>
>         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.