mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 18:02:54 -06:00
romancs imp PlP1 forms ; Spanish ordinals over 1000
This commit is contained in:
@@ -61,9 +61,10 @@ oper
|
||||
habet : TMood -> Agr -> Str = \tm,a -> aux ! VFin tm a.n a.p ;
|
||||
habere : Str = aux ! VInfin ;
|
||||
|
||||
vimp : Agr -> Str = \a -> verb.s ! VImper (case a.n of {
|
||||
Sg => SgP2 ;
|
||||
Pl => PlP2
|
||||
vimp : Agr -> Str = \a -> verb.s ! VImper (case <a.n,a.p> of {
|
||||
<Pl,P1> => PlP1 ;
|
||||
<Sg,_> => SgP2 ;
|
||||
<Pl,_> => PlP2
|
||||
}) ;
|
||||
|
||||
vf : (Agr -> Str) -> (AAgr -> Str) -> {
|
||||
|
||||
Reference in New Issue
Block a user