mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Turkish: implement NumCard and NumNumeral
This commit is contained in:
@@ -10,6 +10,7 @@ concrete CatTur of Cat = CommonX ** open ResTur, Prelude in {
|
|||||||
Pron = ResTur.Pron ;
|
Pron = ResTur.Pron ;
|
||||||
Det = {s : Str; n : Number} ;
|
Det = {s : Str; n : Number} ;
|
||||||
Num = {s : Str; n : Number} ;
|
Num = {s : Str; n : Number} ;
|
||||||
|
Card = {s : Str} ;
|
||||||
Quant = {s : Str} ;
|
Quant = {s : Str} ;
|
||||||
|
|
||||||
-- Open lexical classes, e.g. Lexicon
|
-- Open lexical classes, e.g. Lexicon
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ concrete NounTur of Noun = CatTur ** open ResTur, Prelude in {
|
|||||||
NumSg = {s = []; n = Sg} ;
|
NumSg = {s = []; n = Sg} ;
|
||||||
NumPl = {s = []; n = Pl} ;
|
NumPl = {s = []; n = Pl} ;
|
||||||
|
|
||||||
|
NumCard n = n ** {n = Sg} ;
|
||||||
|
|
||||||
|
NumNumeral numeral = {s = numeral.s} ;
|
||||||
|
|
||||||
DefArt = {
|
DefArt = {
|
||||||
s = []
|
s = []
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user