RiadKatby / arabic-stemmer

Implementation of Shereen Khoja algorithm of Arabic Words stemming implemented in Microsoft C# and dotnet 6
MIT License
6 stars 2 forks source link

Fix strage english lettre j appear in the result bug #1 #2

Open aalgrou opened 3 months ago

aalgrou commented 3 months ago

I found the following in the code StringBuilder stemmedWord = new StringBuilder("j"); I just remove the letter "j" , and this fix the issue