almost completed Swedish

This commit is contained in:
aarne
2005-12-08 15:40:50 +00:00
parent 89423c7ad3
commit 203fc87319
9 changed files with 465 additions and 20 deletions

View File

@@ -39,8 +39,9 @@ incomplete concrete CatScand of Cat =
SC = {s : Str} ; -- always Sub
A = {s : AForm => Str} ;
A2 = {s : AForm => Str} ** {c2 : Str} ;
A = Adjective ;
-- {s : AForm => Str} ;
A2 = Adjective ** {c2 : Str} ;
Adv, AdV, AdA, AdS, AdN = {s : Str} ;
Prep = {s : Str} ;
@@ -73,6 +74,4 @@ incomplete concrete CatScand of Cat =
Conj = {s : Str ; n : Number} ;
DConj = {s1,s2 : Str ; n : Number} ;
oper
Noun = {s : Number => Species => Case => Str ; g : Gender} ;
}