(Som) Minor fixes

This commit is contained in:
Inari Listenmaa
2019-07-28 12:54:23 +03:00
parent 99e7e61863
commit e22c3b4212
2 changed files with 3 additions and 3 deletions

View File

@@ -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 = {} ;

View File

@@ -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 ;