mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
discourse devices for English
This commit is contained in:
@@ -108,4 +108,18 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
|
||||
EmbedPresPart vp = {s = infVP VVPresPart vp (agrP3 Sg)} ; --- agr
|
||||
|
||||
UttVPShort vp = {s = infVP VVAux vp (agrP3 Sg)} ;
|
||||
|
||||
do_VV = {
|
||||
s = table {
|
||||
VVF VInf => ["do"] ;
|
||||
VVF VPres => "does" ;
|
||||
VVF VPPart => ["done"] ; ----
|
||||
VVF VPresPart => ["doing"] ;
|
||||
VVF VPast => ["did"] ; --# notpresent
|
||||
VVPastNeg => ["didn't"] ; --# notpresent
|
||||
VVPresNeg => "doesn't"
|
||||
} ;
|
||||
typ = VVAux
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user