Added n : Number field to German Numeral and Num.

This commit is contained in:
bringert
2007-05-11 16:07:03 +00:00
parent e426957777
commit e857cdf485
3 changed files with 22 additions and 18 deletions

View File

@@ -49,12 +49,12 @@ concrete CatGer of Cat =
QuantSg, QuantPl = {s : Gender => Case => Str ; a : Adjf} ;
Quant = {s : Number => Gender => Case => Str ; a : Adjf} ;
Predet = {s : Number => Gender => Case => Str} ;
Num = {s : Str} ;
Num = {s : Str; n : Number } ;
Ord = {s : AForm => Str} ;
-- Numeral
Numeral = {s : CardOrd => Str} ;
Numeral = {s : CardOrd => Str; n : Number } ;
-- Structural