diff --git a/src/somali/RelativeSom.gf b/src/somali/RelativeSom.gf index e0cfecf7..99c9f13a 100644 --- a/src/somali/RelativeSom.gf +++ b/src/somali/RelativeSom.gf @@ -28,7 +28,7 @@ books-the men-the bring 'the books which the men bring' -- : RP ; - IdRP = {s = "waxa"} ; + IdRP = {s = ""} ; -- no overt relative pronoun "that, which". For "what" e.g. "tell me what you saw", use waxa. (Nilsson p. 107) -- : Prep -> NP -> RP -> RP ; -- the mother of whom --FunRP prep np rp = {} ; diff --git a/src/somali/StructuralSom.gf b/src/somali/StructuralSom.gf index 278c521f..eda485d2 100644 --- a/src/somali/StructuralSom.gf +++ b/src/somali/StructuralSom.gf @@ -118,7 +118,7 @@ lin with_Prep = mkPrep la ; -- Pron -- Pronouns are closed class, no constructor in ParadigmsSom. - it_Pron = he_Pron ** {s = \\_ => [] ; sp = []} ; -- TODO check should there be Sg3 Neutr? + it_Pron = he_Pron ** {s = \\_ => [] ; sp = [] ; a = Impers} ; i_Pron = pronTable ! Sg1 ; youPol_Pron, youSg_Pron = pronTable ! Sg2 ; @@ -141,7 +141,7 @@ lin whoSg_IP = ; -- lin although_Subj = mkSubj "" False ; -- lin because_Subj = mkSubj "" False ; -- lin if_Subj = mkSubj "" True ; -lin that_Subj = {s = "in" ++ BIND} ; +lin that_Subj = {s = "in"} ; -- lin when_Subj = mkSubj "" False ;