Skip to content

Commit

Permalink
czech: Remove -'{i'}mu'
Browse files Browse the repository at this point in the history
This is a valid Czech suffix and removing it seems beneficial (88
cases in the sample vocabulary, all seem to be improvements).
  • Loading branch information
ojwb committed Oct 8, 2024
1 parent d3fbcd9 commit baaa66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/czech.sbl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ backwardmode (
delete
try palatalise_i
)
'{i'}' '{i'}ch' '{i'}ho' '{i'}m' '{i'}mi'
'{i'}' '{i'}ch' '{i'}ho' '{i'}m' '{i'}mi' '{i'}mu'
(
delete
try palatalise_iacute
Expand Down

0 comments on commit baaa66d

Please sign in to comment.