some fragments in the Turkish grammar

This commit is contained in:
Krasimir Angelov
2017-08-19 22:04:46 +02:00
parent ca9bc14d02
commit 3201407474
4 changed files with 20 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
Numeral = {s : CardOrd => Number => Case => Str ; n : Number} ;
Digits = {s : CardOrd => Number => Case => Str ; n : Number; tail : DTail} ;
-- Adjective
AP = {s : Number => Case => Str} ;
-- Open lexical classes, e.g. Lexicon
V, VS, VQ, VA = Verb ;
V2, V2Q, V2V, V2A, V2S = Verb ** {c : Compl} ;