Transfer updates to CatTur.gf and ResTur.gf

This commit is contained in:
Ayberk Tosun
2018-08-21 18:05:49 +03:00
parent 966716cc7d
commit 191fab7472
2 changed files with 35 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
NP = {s : Case => Str ; a : Agr} ;
VP = Verb ;
VPSlash = VP ** {c : Prep} ;
Conj = {s : Str ; s1 : Str ; s2 : Str ; ct : ConjType} ;
Pron = ResTur.Pron ;
Det = {s : Str; n : Number; useGen : UseGen} ;