Skip to content

Commit a170474

Browse files
committed
fix case of فاطفال:
1 parent b509af5 commit a170474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithm/stemmer.sbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ define Prefix_Step2a as (
398398

399399
define Prefix_Step2b as (
400400
$word_len = len
401-
not '{f}{a}'
402-
not '{w}{a}'
401+
//not '{f}{a}'
402+
//not '{w}{a}'
403403
[substring] among (
404404
'{f}' ($word_len > 3 delete)
405405
'{w}' ($word_len > 3 delete)

0 commit comments

Comments
 (0)