German numerals and almost all Basic

This commit is contained in:
aarne
2006-01-17 19:15:13 +00:00
parent b80f737013
commit 89cd3d352d
10 changed files with 187 additions and 176 deletions

View File

@@ -51,7 +51,7 @@ concrete CatGer of Cat = open ResGer, Prelude in {
Det = {s : Gender => Case => Str ; n : Number ; a : Adjf} ;
QuantSg, QuantPl = {s : Gender => Case => Str ; a : Adjf} ;
Predet = {s : Number => Gender => Case => Str} ;
Num = {s : Gender => Case => Str} ;
Num = {s : Str} ;
Ord = {s : AForm => Str} ;
-- Adverb
@@ -60,7 +60,7 @@ concrete CatGer of Cat = open ResGer, Prelude in {
-- Numeral
Numeral = {s : CardOrd => Str ; n : Number} ;
Numeral = {s : CardOrd => Str} ;
-- Structural