forked from GitHub/gf-rgl
(Hun) Add postmod field to CN and NP, to better control word order.
This commit is contained in:
@@ -12,7 +12,7 @@ concrete PhraseHun of Phrase = CatHun ** open Prelude, ResHun in {
|
||||
UttImpPol = UttImpSg ;
|
||||
-}
|
||||
UttIP,
|
||||
UttNP = \np -> {s = np.s ! NoPoss ! Nom} ;
|
||||
UttNP = \np -> {s = linNP np} ;
|
||||
UttVP vp = {s = vp.obj ++ vp.adv ++ vp.s ! VInf} ;
|
||||
UttAdv adv = adv ;
|
||||
UttCN cn = {s = linCN cn} ;
|
||||
|
||||
Reference in New Issue
Block a user