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
Affects Versions: 2.2.2S
Reporter: julien nioche
. 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.