Skip to content

Commit

Permalink
turkish stemmer test edited
Browse files Browse the repository at this point in the history
  • Loading branch information
umuttalha committed Jan 6, 2025
1 parent 3307aba commit 6588165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analysis/lang/tr/stemmer_tr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ func TestSnowballTurkishStemmer(t *testing.T) {
{
input: analysis.TokenStream{
&analysis.Token{
Term: []byte("bardak"),
Term: []byte("arabanın"),
},
},
output: analysis.TokenStream{
&analysis.Token{
Term: []byte("bardak"),
Term: []byte("araba"),
},
},
},
Expand Down

0 comments on commit 6588165

Please sign in to comment.