mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Som) Minor fixes
This commit is contained in:
@@ -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 = {} ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user