mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
variant e of Spanish and_Conj
This commit is contained in:
@@ -16,7 +16,7 @@ lin
|
|||||||
almost_AdA, almost_AdN = ss "casi" ;
|
almost_AdA, almost_AdN = ss "casi" ;
|
||||||
always_AdV = ss "siempre" ;
|
always_AdV = ss "siempre" ;
|
||||||
although_Subj = ss "benché" ** {m = Conjunct} ;
|
although_Subj = ss "benché" ** {m = Conjunct} ;
|
||||||
and_Conj = {s1 = [] ; s2 = "y" ; n = Pl} ;
|
and_Conj = {s1 = [] ; s2 = etConj.s ; n = Pl} ;
|
||||||
because_Subj = ss "porque" ** {m = Indic} ;
|
because_Subj = ss "porque" ** {m = Indic} ;
|
||||||
before_Prep = {s = "antes" ; c = MorphoSpa.genitive ; isDir = False} ;
|
before_Prep = {s = "antes" ; c = MorphoSpa.genitive ; isDir = False} ;
|
||||||
behind_Prep = {s = "detrás" ; c = MorphoSpa.genitive ; isDir = False} ;
|
behind_Prep = {s = "detrás" ; c = MorphoSpa.genitive ; isDir = False} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user