Ger Quant sp field gets a Boolean to manage the use of numerals like in English

This commit is contained in:
aarne
2013-01-26 10:52:31 +00:00
parent d4062659c9
commit 827c46a03c
3 changed files with 16 additions and 13 deletions

View File

@@ -52,8 +52,8 @@ concrete CatGer of Cat =
Pron = {s : NPForm => Str ; a : Agr} ;
Det = {s,sp : Gender => PCase => Str ; n : Number ; a : Adjf ; isDef : Bool} ;
Quant = {
s : Bool => Number => Gender => PCase => Str ;
sp : Number => Gender => PCase => Str ;
s : Bool => Number => Gender => PCase => Str ; -- Bool is True if a cardinal number is present
sp : Bool => Number => Gender => PCase => Str ;
a : Adjf ;
aPl : Adjf ; --- to distinguish "meine guten Freunde" / "gute Freunde"
} ;