reconstructing English paradigms

This commit is contained in:
aarne
2005-01-21 08:10:59 +00:00
parent f831c02faa
commit 70dda5425b
5 changed files with 356 additions and 4 deletions

View File

@@ -178,7 +178,8 @@ oper
Indic P3 => goes ;
Indic _ => go ;
Pastt _ => went ;
PPart => gone
PPart => gone ;
PresPart => go + "ing" ---- fix!
}
} ;
@@ -241,7 +242,8 @@ oper
Indic P3 => "is" ;
Pastt Sg => "was" ;
Pastt Pl => "were" ;
PPart => "been"
PPart => "been" ;
PresPart => "being"
}} ;
verbPart : VerbP3 -> Particle -> Verb = \v,p ->