Skip to content

Commit

Permalink
german: -ln, -lns -> -l
Browse files Browse the repository at this point in the history
This improves 82 cases in the current sample data without making
anything worse.  Tests on a larger word list look good too.

Partly addresses #161
  • Loading branch information
ojwb committed Oct 10, 2024
1 parent 76af6d1 commit 1d7abaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions algorithms/german.sbl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ backwardmode (
's'
( s_ending delete
)
'ln' 'lns'
( <- 'l'
)
)
)
do (
Expand Down

0 comments on commit 1d7abaa

Please sign in to comment.