mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 18:40:14 -06:00
(May) Word order with determiners and relative clauses
This commit is contained in:
@@ -11,6 +11,7 @@ oper
|
||||
Noun3 : Type = Noun2 ** {c3 : Preposition} ;
|
||||
|
||||
CNoun : Type = Noun ** {
|
||||
heavyMod : Str ; -- heavy stuff like relative clauses after determiner
|
||||
} ;
|
||||
|
||||
PNoun : Type = Noun ;
|
||||
@@ -22,7 +23,9 @@ oper
|
||||
}
|
||||
} ;
|
||||
|
||||
useN : Noun -> CNoun = \n -> n ;
|
||||
useN : Noun -> CNoun = \n -> n ** {
|
||||
heavyMod = []
|
||||
} ;
|
||||
|
||||
---------------------------------------------
|
||||
-- Pronoun
|
||||
|
||||
Reference in New Issue
Block a user