Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Windows 7 x64, .NET 4.0
Description
Certain words in the Turkish stemmer is causing SnowballProgram to throw an index out of range exception in the method "find_among_b(Among[] v, int v_size)".
Line 353
diff = current[c - 1 - common] - w.s[i2];
current[c - 1 - common] 'current[c - 1 - common]' threw an exception of type 'System.IndexOutOfRangeException' char
{System.IndexOutOfRangeException}- current
{ı}
System.Text.StringBuilder
Length 1 int
c 8 int
common 0 int
Attachments
Attachments
Issue Links
- links to