mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
romancs imp PlP1 forms ; Spanish ordinals over 1000
This commit is contained in:
@@ -105,9 +105,8 @@ instance DiffIta of DiffRomance = open CommonRomance, PhonoIta, BeschIta, Prelud
|
||||
s = \\pol,aag =>
|
||||
let
|
||||
agr = aag ** {p = p} ;
|
||||
verb = case <aag.n, pol,p> of {
|
||||
<_,_, P1> => (vp.s ! VPFinite (VPres Indic) Simul).fin ! agr ;
|
||||
<Sg,Neg,P2> => (vp.s ! VPInfinit Simul).inf ! aag ;
|
||||
verb = case <aag.n, pol> of {
|
||||
<Sg,Neg> => (vp.s ! VPInfinit Simul).inf ! aag ;
|
||||
_ => (vp.s ! VPImperat).fin ! agr
|
||||
} ;
|
||||
neg = vp.neg ! pol ;
|
||||
|
||||
Reference in New Issue
Block a user