Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
7412
Description
The GermanStemFilter sets wrong values to the new Token object created when the
stemmer succeeds in stemming the termText() string. Bug found in 1.2-RC5-dev
-----------------
Example, for the processing of the string "this is a simple test":
token : thi (0,3)
token : is (5,7)
token : a (8,9)
token : simpl (0,5)
token : test (17,21)
(all the stemmed tokens have wrong start/end offsets).