1
0
forked from GitHub/gf-rgl

add linref for category S

This commit is contained in:
Herbert Lange
2019-03-04 22:14:27 +01:00
parent c30a33b2cb
commit a365c82e90

View File

@@ -89,4 +89,5 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in {
linref
NP = \np -> np.preap.s ! Ag np.g np.n Nom ++ np.s ! Nom ++ np.postap.s ! Ag np.g np.n Nom ;
VP = \vp -> vp.adv ++ vp.inf ! VInfActPres ++ vp.obj ++ vp.compl ! Ag Masc Sg Nom ;
S = \s -> combineSentence s ! SPreO ! PreO ! SOV ;
}