From 75c556b6d9b92e9da4b868e11b21327771a46944 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 11 Oct 2024 15:17:53 +1300 Subject: [PATCH] german: delete -erin, -erinnen This conflates singular and plural female versions of nouns with the male versions. Fixes #85 Partly addresses #161 --- algorithms/german.sbl | 1 + 1 file changed, 1 insertion(+) diff --git a/algorithms/german.sbl b/algorithms/german.sbl index da555954..c0973c72 100644 --- a/algorithms/german.sbl +++ b/algorithms/german.sbl @@ -89,6 +89,7 @@ backwardmode ( delete ) 'ern' 'er' + 'erin' 'erinnen' // conflate female versions of nouns ( delete ) 'e' 'en' 'es'