Menu

#4 GermanStemmer has runtime errors

open
nobody
None
5
2005-05-30
2005-05-30
Anonymous
No

Hi,

I tried to run nlucene whith the included GermanAnalyzer

and had loads of runtime errors:

An unhandled exception of type
'System.ArgumentOutOfRangeException' occurred in
mscorlib.dll

Additional information: Index and length must refer to
a location within the string.

The cause is that the members ToString(int,int) and the
Remove(int,int) takes other Arguments than used ...

the first integer is the startPosition
the second the length of the string ... the Code in
GermanStemmer uses thePositon in many cases !

Discussion


Log in to post a comment.