Hallo,I found a bug in the class "Lucene.Net.Analysis.De.GermanDIN2Stemmer"(file GermanDIN2Stemmer.cs). The function "Substitute" fails if the word starts with the letter "e". The function does something like this:
If(buffer[c] =="e") do something with buffer[c - 1]. But if "e" is at index 0 the function will fail. Thank You Björn
