From 0a5e9f426643614d98f1d99c334ead147c5f11b7 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 25 Sep 2019 12:21:09 +0200 Subject: [PATCH] (Som) Some notes about conjunctions --- src/somali/StructuralSom.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/somali/StructuralSom.gf b/src/somali/StructuralSom.gf index 560691693..c66b9f9fe 100644 --- a/src/somali/StructuralSom.gf +++ b/src/somali/StructuralSom.gf @@ -40,10 +40,10 @@ lin there_Adv = ss "" ; -- Conj lin and_Conj = {s2 = table {Definite => "ee" ; Indefinite => "oo"} ; s1 = [] ; n = Pl} ; -lin or_Conj = {s2 = \\_ => "ama" ; s1 = [] ; n = Sg} ; -- mise with interrogatives +lin or_Conj = {s2 = \\_ => "ama" ; s1 = [] ; n = Sg} ; -- mise with interrogatives; Saeed p. 122-123: "Note that the clause introduced by misé has the form of a declarative not an interrogative though the whole sentence is interpreted as a question." -- lin if_then_Conj = mkConj -- lin both7and_DConj = mkConj "" "" pl ; --- lin either7or_DConj = mkConj "" "" pl ; +lin either7or_DConj = {s2 = \\_ => "ama" ; s1 = "ama" ; n = Sg} ; -- -- lin but_PConj = ss "" ; -- lin otherwise_PConj = ss "" ;