Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
. 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.