From bc206fcbfe2c49300ef1fc30d52d6872b76ac8b1 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Mon, 25 Apr 2022 16:13:31 +0800 Subject: [PATCH] (Est) Use the correct mkN paradigm for dog_N --- src/estonian/LexiconEst.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/estonian/LexiconEst.gf b/src/estonian/LexiconEst.gf index de0643715..2e5177b2c 100644 --- a/src/estonian/LexiconEst.gf +++ b/src/estonian/LexiconEst.gf @@ -65,7 +65,7 @@ lin -- Unfortunately, we cannot use a similar trick for the source (*Põltsamaast vs Põltsamaalt). distance_N3 = mkN3 (mkN "kaugus") celative (casePrep terminative) ; doctor_N = mkN "arst" ; - dog_N = mkN "koer" "koera" "koera" ; + dog_N = mkN "koer" "koera" "koera" "koerasse" "koerte" "koeri" ; door_N = mkN "uks" "ukse" "ust" "uksesse" "uste" "uksi" ; drink_V2 = mkV2 (mkV "jooma") cpartitive ; easy_A2V = mkA2 (mkA (mkN "lihtne" "lihtsa" "lihtsat" "lihtsasse" "lihtsate" "lihtsaid")) callative ;