swe and eng ok

This commit is contained in:
aarne
2005-02-17 20:30:49 +00:00
parent f643209ffb
commit 0a2a1acdd0
11 changed files with 220 additions and 89 deletions

View File

@@ -34,7 +34,8 @@ lincat
V = Verb ;
-- = {s : VerbForm => Str ; s1 : Str} ;
VP = {s : SForm => Str ;
VP = {s : SForm => Str ;
s2 : Bool => Str ; -- negation and adverbs like "alltid"
s3 : SForm => Gender => Number => Person => Str} ;
VPI = {s : VIForm => Gender => Number => Person => Str} ;
V2 = TransVerb ;