diff --git a/src/somali/LexiconSom.gf b/src/somali/LexiconSom.gf index b196bd8e2..8ff7f2d6a 100644 --- a/src/somali/LexiconSom.gf +++ b/src/somali/LexiconSom.gf @@ -95,7 +95,7 @@ lin city_N = mkN "magaalo" ; -- lin doctor_N = mkN "" ; -- lin dog_N = mkN "" ; -- lin door_N = mkN "" ; --- lin drink_V2 = mkV2 "" ; +lin drink_V2 = mkV2 "cab" ; -- lin dry_A = mkA "" ; -- lin dull_A = mkA "" ; -- lin dust_N = mkN "" ; diff --git a/src/somali/ParadigmsSom.gf b/src/somali/ParadigmsSom.gf index 1a621f3b5..63ea6ab55 100644 --- a/src/somali/ParadigmsSom.gf +++ b/src/somali/ParadigmsSom.gf @@ -1,4 +1,4 @@ -resource ParadigmsSom = open CatSom, ResSom, Prelude in { +resource ParadigmsSom = open CatSom, ResSom, ParamSom, Prelude in { oper @@ -189,7 +189,7 @@ oper copula = ResSom.copula ; regV : Str -> Verb = \s -> case s of { --- _ + g@#c + s@#c + "o" => cJoogso s ; + _ + #c + #c + "o" => cJoogso s ; _ + "o" => cQaado s ; ---- _ + "i" => cKari s ; _ + "ee" => cYaree s ; diff --git a/src/somali/ResSom.gf b/src/somali/ResSom.gf index 2d9335ea8..950d94165 100644 --- a/src/somali/ResSom.gf +++ b/src/somali/ResSom.gf @@ -406,7 +406,7 @@ oper in mkVerb joogso (joogsa + "d") joogsa ; cQaado qaado = - let qaa = drop 2 qaado + let qaa = init (init qaado) in mkVerb qaado -- Imperative sg, with the vowel (qaa + "t") -- Per1 Sg, Per3 Pl and Per3 Sg Masc (qaa + "da") ; -- Per2 Pl and others