mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 23:02:50 -06:00
simplified Romance VP and fixed some bugs
This commit is contained in:
@@ -155,6 +155,15 @@ oper
|
||||
_ => VInfin False
|
||||
} ;
|
||||
|
||||
vImperForm : Agr -> VF = \a -> case <a.n,a.p> of {
|
||||
<Pl,P1> => VImper PlP1 ;
|
||||
<_, P3> => VFin (VPres Conjunct) a.n P3 ;
|
||||
<Sg,_> => VImper SgP2 ;
|
||||
<Pl,_> => VImper PlP2
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
oper
|
||||
|
||||
Reference in New Issue
Block a user