mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
added QuantityNP
This commit is contained in:
@@ -243,4 +243,9 @@ concrete NounTur of Noun = CatTur ** open ResTur, SuffixTur, HarmonyTur, ParamX,
|
||||
a = np.a
|
||||
} ;
|
||||
|
||||
QuantityNP n m = {
|
||||
s = \\c => preOrPost m.isPre m.s (n.s ! NCard ! Sg ! Nom) ;
|
||||
h = mkHar I_Har SVow ; -- guessed
|
||||
a = agrP3 n.n
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user