Menu

#7 French stemmer

open
nobody
None
5
2013-01-10
2005-02-13
Anonymous
No

File FrenchStemmer.cs line:481

should be : sb.Remove(sb.Length - search[i].Length,
search[i].Length);

instead

should be : sb.Remove(sb.Length, search[i].Length);

Discussion


Log in to post a comment.