mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
reflexive NP in Scandinavian; things to fix to decide whether agreement comes from the subject or from the possessed noun
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
abstract ExtraSweAbs = ExtraScandAbs -[FocAP] ** {
|
||||
flags coding=utf8;
|
||||
cat ReflNP ;
|
||||
cat ReflNP ; ---- should be merged with Extra.RNP AR 7/6/2016
|
||||
PronAD ; -- relational pronouns which can act like adjectives and
|
||||
-- determiners. 'fler'
|
||||
PronAQ ; -- relational pronouns which can act like adjectives and
|
||||
@@ -44,8 +44,8 @@ fun
|
||||
it8utr_Pron : Pron ;
|
||||
this8denna_Quant : Quant ;
|
||||
|
||||
ReflCN : Num -> CN -> ReflNP ;
|
||||
ReflSlash : VPSlash -> ReflNP -> VP ;
|
||||
ReflCN : Num -> CN -> ReflNP ; ---- should be merged with Extra.RNP AR 7/6/2016
|
||||
ReflSlash : VPSlash -> ReflNP -> VP ; ---- should be merged with Extra.RNP AR 7/6/2016
|
||||
|
||||
|
||||
SupCl : NP -> VP -> Pol -> S ; -- när jag sovit
|
||||
|
||||
Reference in New Issue
Block a user