mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 20:58:55 -06:00
reconstructing English paradigms
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user