From 7c334847a5f35ccdf79fc185e14443aa554d840a Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Thu, 1 Jun 2023 22:28:59 +0200 Subject: [PATCH] (Som) test past Sg1 + plural imperative --- src/somali/unittest/inflection.gftest | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/somali/unittest/inflection.gftest b/src/somali/unittest/inflection.gftest index 9f544c856..c27976c59 100644 --- a/src/somali/unittest/inflection.gftest +++ b/src/somali/unittest/inflection.gftest @@ -9,6 +9,10 @@ Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PPos (PredVP (UsePron it_Pron) (ComplSlash (SlashV2a wait_V2) (UsePron it_Pron))))) NoVoc LangSom: waa sugaa +-- LangEng: I/he waited (for him/her/it) +Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPast ASimul) PPos (PredVP (UsePron it_Pron) (ComplSlash (SlashV2a wait_V2) (UsePron it_Pron))))) NoVoc +LangSom: waa sugay + -- Interrogative -- LangEng: does he/she/it wait (for him/her/it) Lang: PhrUtt NoPConj (UttQS (UseQCl (TTAnt TPres ASimul) PPos (QuestCl (PredVP (UsePron it_Pron) (ComplSlash (SlashV2a wait_V2) (UsePron it_Pron)))))) NoVoc @@ -30,6 +34,21 @@ LangSom: waa sugi lahaa -- Optative and potential not implemented (yet?) +-- Imperative and Masc3_Sg1 past tense from + +-- Imperative +-- LangEng: buy it (sg) +Lang: PhrUtt NoPConj (UttImpSg PPos (ImpVP (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) NoVoc +LangSom: iibso + +Lang: PhrUtt NoPConj (UttImpPl PPos (ImpVP (ComplSlash (SlashV2a buy_V2) (UsePron it_Pron)))) NoVoc +LangSom: iibsada + + +-- 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 + -------------- -- Negative -- --------------