more Scandinavian

This commit is contained in:
aarne
2005-12-07 18:59:35 +00:00
parent f8b9bced8b
commit 36c899e975
10 changed files with 122 additions and 43 deletions

View File

@@ -47,7 +47,7 @@ incomplete concrete CatScand of Cat =
-- Constructed in $Noun$.
Det, Quant = {s : Gender => Str ; n : Number ; det : DetSpecies } ;
Det, Quant = {s : Gender => Str ; n : Number ; det : DetSpecies} ;
Predet = {s : GenNum => Str} ;
Num = {s : Gender => Str} ;
Ord = {s : Str} ;
@@ -60,8 +60,8 @@ incomplete concrete CatScand of Cat =
N2 = Noun ** {c2 : Str} ;
N3 = Noun ** {c2,c3 : Str} ;
IP = NP ;
IDet = Det ;
IP = {s : NPForm => Str ; gn : GenNum} ;
IDet = {s : Gender => Str ; n : Number ; det : DetSpecies} ;
IAdv = {s : Str} ;
RP = {s : RCase => Str ; a : RAgr} ;