From b46fcb757c4e88176d85925032961fa834ee9226 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 3 Oct 2017 15:19:27 +0200 Subject: [PATCH] fix some bugs in synthetic verbs --- src/basque/AditzTrinkoak.gf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/basque/AditzTrinkoak.gf b/src/basque/AditzTrinkoak.gf index 29e402387..ac46c28c8 100644 --- a/src/basque/AditzTrinkoak.gf +++ b/src/basque/AditzTrinkoak.gf @@ -79,10 +79,12 @@ oper norkUkanMid : Agr => Str = table { Hi Masc => "a" ; Hi Fem => "na" ; - Ni => "da" ; x => norkUkanLast ! x } ; + Ni => "da" ; Hauek => "e" ; + x => norkUkanLast ! x } ; noriUkanLast : Agr => Str = table { - Hau => "o" ; x => norkUkanLast ! x } ; + Hau => "o" ; Hauek => "e" ; + x => norkUkanLast ! x } ; noriUkanMid : Agr => Str = table { Hau => "o" ; Hauek => "e" ; @@ -250,7 +252,7 @@ oper --- te : Str = case nor of { Zuek => "te" ; _ => [] } ; - zki : Str = case getNum nori of { Sg => [] ; Pl => "zki" } ; + zki : Str = case nor of { (Zu|Zuek|Gu|Hauek) => "zki" ; _ => [] } ; tenses : Tense => Str = table { Past => let zin : Str = norPast ! nor ;