mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
started Extra.RNP for reflexive noun phrases, needed particularly in Scandinavian (possessive "sin") but also in other languages if reflexive semantics is needed in applications
This commit is contained in:
@@ -525,6 +525,17 @@ param
|
||||
AgP2 Pl => "yourselves" ;
|
||||
AgP3Pl _ => "themselves"
|
||||
} ;
|
||||
|
||||
possPron : Agr => Str = table {
|
||||
AgP1 Sg => "my" ;
|
||||
AgP2 Sg => "your" ;
|
||||
AgP3Sg Masc => "his" ;
|
||||
AgP3Sg Fem => "her" ;
|
||||
AgP3Sg Neutr => "its" ;
|
||||
AgP1 Pl => "our" ;
|
||||
AgP2 Pl => "your" ;
|
||||
AgP3Pl _ => "their"
|
||||
} ;
|
||||
|
||||
-- For $Sentence$.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user