mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
DAP, Det with AP and its conjunction, in Eng and Scand ; not quite sure if this is possible in all languages
This commit is contained in:
@@ -152,4 +152,11 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in {
|
||||
a = agrP3 det.n
|
||||
} ;
|
||||
|
||||
AdjDAP det ap = {
|
||||
s = det.s ++ ap.s ! agrgP3 det.n Masc ; --- post-ap's ? "this larger than life (movie)"
|
||||
n = det.n ;
|
||||
} ;
|
||||
|
||||
DetDAP d = d ; -- forgetting sp and hasNumber
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user