1
0
forked from GitHub/gf-rgl

add linref for conjunctions

This commit is contained in:
Herbert Lange
2019-04-26 16:44:03 +02:00
parent 6c5f004fd2
commit 04f1b50224

View File

@@ -93,4 +93,5 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in {
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 ;
Conj = \c -> c.s1 ++ c.s2 ;
}