Skip to content

Commit

Permalink
fix case of فاطفال:
Browse files Browse the repository at this point in the history
  • Loading branch information
assem-ch committed Mar 9, 2018
1 parent b509af5 commit a170474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algorithm/stemmer.sbl
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ define Prefix_Step2a as (

define Prefix_Step2b as (
$word_len = len
not '{f}{a}'
not '{w}{a}'
//not '{f}{a}'
//not '{w}{a}'
[substring] among (
'{f}' ($word_len > 3 delete)
'{w}' ($word_len > 3 delete)
Expand Down

0 comments on commit a170474

Please sign in to comment.