1
0
forked from GitHub/gf-rgl

linrefs for V,V2 in Turkish

This commit is contained in:
krangelov
2019-09-03 20:51:22 +02:00
parent bce074eca2
commit b73c9ede2a

View File

@@ -47,4 +47,9 @@ concrete CatTur of Cat = CommonX - [CAdv,AdN] ** open ResTur, Prelude in {
N2 = Noun ** {c : Prep} ;
N3 = Noun ** {c1,c2 : Prep} ;
PN = Noun ;
linref
V = \v -> v.s ! VInfinitive ;
V2 = v.s ! VInfinitive ++ v.c.s ;
}