mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Por) differ from Romance tense/anteriority in only one case
- in order to follow Romance more closely, we only avoid using the auxiliary in (RPres,Anter), instead of swapping the perfect and imperfect forms too
This commit is contained in:
@@ -204,7 +204,7 @@ instance DiffPor of DiffRomance - [chooseTA,partAgr,vpAgrSubj,vpAgrClits] = open
|
||||
-> (VF => Str) -> (VF => Str)
|
||||
-> Number -> Person -> Mood -> Str -> Str * Str ;
|
||||
chooseTA t a verb vaux n p m part = case <t,a> of {
|
||||
<RPast,Simul> => <verb ! VFin VPasse n p, []> ; --# notpresent
|
||||
<RPast,Simul> => <verb ! VFin (VImperf m) n p, []> ; --# notpresent
|
||||
<RPast,Anter> => <vaux ! VFin (VImperf m) n p, part> ; --# notpresent
|
||||
<RFut,Simul> => <verb ! VFin VFut n p, []> ; --# notpresent
|
||||
<RFut,Anter> => <vaux ! VFin VFut n p, part> ; --# notpresent
|
||||
@@ -212,7 +212,7 @@ instance DiffPor of DiffRomance - [chooseTA,partAgr,vpAgrSubj,vpAgrClits] = open
|
||||
<RCond,Anter> => <vaux ! VFin VCondit n p, part> ; --# notpresent
|
||||
<RPasse,Simul> => <verb ! VFin VPasse n p, []> ; --# notpresent
|
||||
<RPasse,Anter> => <vaux ! VFin VPasse n p, part> ; --# notpresent
|
||||
<RPres,Anter> => <verb ! VFin (VImperf m) n p, []> ; --# notpresent
|
||||
<RPres,Anter> => <verb ! VFin VPasse n p, []> ; --# notpresent
|
||||
<RPres,Simul> => <verb ! VFin (VPres m) n p, []>
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user