1
0
forked from GitHub/gf-rgl

fix linearization of either/or

This commit is contained in:
odanoburu
2018-05-11 23:41:47 -03:00
parent 2299c0b50f
commit 210e27e509

View File

@@ -64,7 +64,7 @@ concrete StructuralPor of Structural = CatPor **
can8know_VV = mkVV (mkV (saber_35 "saber")) ;
can_VV = mkVV (mkV (poder_36 "poder")) ;
during_Prep = mkPrep "durante" ;
either7or_DConj = {s1,s2 = "o" ; n = Sg} ;
either7or_DConj = {s1,s2 = "ou" ; n = Sg} ;
everybody_NP = makeNP ["todos"] Masc Pl ;
every_Det = mkDeterminer "cada" "cada" Sg False ;
everything_NP = pn2np (mkPN ["todo"] Masc) ;