mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 ;
|
||||
Det = {s : Str; n : Number} ;
|
||||
Num = {s : Str; n : Number} ;
|
||||
Card = {s : Str} ;
|
||||
Quant = {s : Str} ;
|
||||
|
||||
-- Open lexical classes, e.g. Lexicon
|
||||
|
||||
@@ -18,6 +18,10 @@ concrete NounTur of Noun = CatTur ** open ResTur, Prelude in {
|
||||
NumSg = {s = []; n = Sg} ;
|
||||
NumPl = {s = []; n = Pl} ;
|
||||
|
||||
NumCard n = n ** {n = Sg} ;
|
||||
|
||||
NumNumeral numeral = {s = numeral.s} ;
|
||||
|
||||
DefArt = {
|
||||
s = []
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user