From a365c82e90fc9e972713afbf8e471b9e97dba19b Mon Sep 17 00:00:00 2001 From: Herbert Lange Date: Mon, 4 Mar 2019 22:14:27 +0100 Subject: [PATCH] add linref for category S --- src/latin/CatLat.gf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/latin/CatLat.gf b/src/latin/CatLat.gf index 5847f2684..a40a502a1 100644 --- a/src/latin/CatLat.gf +++ b/src/latin/CatLat.gf @@ -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 ; }