From 722c077eb625aea7fe52d5a35dbc4ef1a6f98f86 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Fri, 9 Jun 2023 22:25:40 +0200 Subject: [PATCH] (Som) more unit tests for imperative --- src/somali/unittest/inflection.gftest | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/somali/unittest/inflection.gftest b/src/somali/unittest/inflection.gftest index c27976c5..268cccbd 100644 --- a/src/somali/unittest/inflection.gftest +++ b/src/somali/unittest/inflection.gftest @@ -34,9 +34,7 @@ LangSom: waa sugi lahaa -- Optative and potential not implemented (yet?) --- Imperative and Masc3_Sg1 past tense from - --- Imperative +-- Imperatives -- LangEng: buy it (sg) Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) NoVoc LangSom: iibso @@ -45,6 +43,13 @@ Lang: PhrUtt NoPConj (UttImpPl PPos (ImpVP (ComplSlash (SlashV2a buy_V2) (UsePro LangSom: iibsada +-- LangEng: see it (sg) +Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2a see_V2) (UsePron it_Pron)))) NoVoc +LangSom: arag + +Lang: PhrUtt NoPConj (UttImpPl PPos (ImpVP (ComplSlash (SlashV2a see_V2) (UsePron it_Pron)))) NoVoc +LangSom: arka + -- LangEng: I/he bought it Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPast ASimul) PPos (PredVP (UsePron it_Pron) (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron))))) NoVoc LangSom: waa iibsaday @@ -75,6 +80,18 @@ LangSom: ha sugin Lang: PhrUtt NoPConj (UttImpPl PNeg (ImpVP (ComplSlash (SlashV2a wait_V2) (UsePron it_Pron)))) NoVoc LangSom: ha sugina +Lang: PhrUtt NoPConj (UttImpSg PNeg (ImpVP (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) NoVoc +LangSom: ha iibsan + +Lang: PhrUtt NoPConj (UttImpPl PNeg (ImpVP (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) NoVoc +LangSom: ha iibsanina + +Lang: PhrUtt NoPConj (UttImpSg PNeg (ImpVP (ComplSlash (SlashV2a see_V2) (UsePron it_Pron)))) NoVoc +LangSom: ha arkin + +Lang: PhrUtt NoPConj (UttImpPl PNeg (ImpVP (ComplSlash (SlashV2a see_V2) (UsePron it_Pron)))) NoVoc +LangSom: ha arkina + -- Conditional -- LangEng: he/she/it wouldn't wait (for him/her/it) Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TCond ASimul) PNeg (PredVP (UsePron it_Pron) (ComplSlash (SlashV2a wait_V2) (UsePron it_Pron))))) NoVoc