From 556da2493c77e7b8f8dc63d1a8ca53cc0c423f85 Mon Sep 17 00:00:00 2001 From: Herbert Lange Date: Fri, 26 Apr 2019 16:18:26 +0200 Subject: [PATCH] add linrefs for more categories --- src/latin/CatLat.gf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/latin/CatLat.gf b/src/latin/CatLat.gf index 834b6c226..4811b2323 100644 --- a/src/latin/CatLat.gf +++ b/src/latin/CatLat.gf @@ -90,4 +90,7 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in { 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 ! CPreV ! SOV ; + V, VS, VQ, VA = \v -> v.act ! (VAct VSim (VPres VInd) Sg P1) ; + V2, V2A, V2Q, V2S = \v -> v.act ! (VAct VSim (VPres VInd) Sg P1) ; + Pron = \p -> p.pers.s ! PronNonDrop ! PronNonRefl ! Nom ; }