mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 20:36:29 -06:00
fix some warnings in the compilation of Turkish
This commit is contained in:
@@ -16,7 +16,7 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
|
||||
Card = {s : Number => Case => Str} ;
|
||||
Ord = {s : Number => Case => Str} ;
|
||||
Quant = {s : Str} ;
|
||||
Prep = Compl ;
|
||||
Prep = {s : Str; c : Case} ;
|
||||
|
||||
Numeral = {s : CardOrd => Number => Case => Str ; n : Number} ;
|
||||
Digits = {s : CardOrd => Number => Case => Str ; n : Number; tail : DTail} ;
|
||||
@@ -27,14 +27,14 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
|
||||
|
||||
-- Open lexical classes, e.g. Lexicon
|
||||
V, VS, VQ, VA = Verb ;
|
||||
V2, V2Q, V2V, V2A, V2S = Verb ** {c : Compl} ;
|
||||
V3 = Verb ** {c1,c2 : Compl} ;
|
||||
V2, V2Q, V2V, V2A, V2S = Verb ** {c : Prep} ;
|
||||
V3 = Verb ** {c1,c2 : Prep} ;
|
||||
|
||||
A = Adjective ;
|
||||
A2 = Adjective ** {c : Compl} ;
|
||||
A2 = Adjective ** {c : Prep} ;
|
||||
|
||||
N = Noun ;
|
||||
N2 = Noun ** {c : Compl} ;
|
||||
N3 = Noun ** {c1,c2 : Compl} ;
|
||||
N2 = Noun ** {c : Prep} ;
|
||||
N3 = Noun ** {c1,c2 : Prep} ;
|
||||
PN = Noun ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user