forked from GitHub/gf-rgl
exitFailure with gf -make
This commit is contained in:
@@ -7,6 +7,7 @@ test:
|
|||||||
|
|
||||||
pretest:
|
pretest:
|
||||||
echo "gr -cat=Cl -number=11 -prob | tb" | gf -probs=lang.gfprob -path=present:prelude -nocf ../present/Lang???.gfc
|
echo "gr -cat=Cl -number=11 -prob | tb" | gf -probs=lang.gfprob -path=present:prelude -nocf ../present/Lang???.gfc
|
||||||
|
|
||||||
langs:
|
langs:
|
||||||
echo "s ;; pm | wf langs.gfcm" | gf -nocf -src */Lang??*.gf english/LangEng.gf +RTS -M800M -K100M
|
echo "s ;; pm | wf langs.gfcm" | gf -nocf -src */Lang??*.gf english/LangEng.gf +RTS -M800M -K100M
|
||||||
cp -p */*.gfc */*.gfr ../alltenses
|
cp -p */*.gfc */*.gfr ../alltenses
|
||||||
|
|||||||
@@ -15,3 +15,4 @@
|
|||||||
--# prob yes_Phr 0.02
|
--# prob yes_Phr 0.02
|
||||||
--# prob no_Phr 0.02
|
--# prob no_Phr 0.02
|
||||||
--# prob TEmpty 0.05
|
--# prob TEmpty 0.05
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ interface DiffRomance = open CommonRomance, Prelude in {
|
|||||||
oper partAgr : VType -> VPAgr ;
|
oper partAgr : VType -> VPAgr ;
|
||||||
|
|
||||||
-- Whether participle agrees to foregoing clitic.
|
-- Whether participle agrees to foregoing clitic.
|
||||||
-- (Fre "je l'ai vue", Ita "io la ho visto")
|
-- (Fre "je l'ai vue", Spa "yo la he visto")
|
||||||
|
|
||||||
oper vpAgrClit : Agr -> VPAgr ;
|
oper vpAgrClit : Agr -> VPAgr ;
|
||||||
|
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ oper
|
|||||||
{s = table {Posit => a.s ! Posit ; _ => b.s ! Posit} ;
|
{s = table {Posit => a.s ! Posit ; _ => b.s ! Posit} ;
|
||||||
isPre = a.isPre ; lock_A = <>} ;
|
isPre = a.isPre ; lock_A = <>} ;
|
||||||
compADeg a =
|
compADeg a =
|
||||||
{s = table {Posit => a.s ! Posit ; _ => \\f => "più" ++ a.s ! Posit ! f} ;
|
{s = table {Posit => a.s ! Posit ; _ => \\f => "más" ++ a.s ! Posit ! f} ;
|
||||||
isPre = a.isPre ;
|
isPre = a.isPre ;
|
||||||
lock_A = <>} ;
|
lock_A = <>} ;
|
||||||
regADeg a = compADeg (regA a) ;
|
regADeg a = compADeg (regA a) ;
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ lin
|
|||||||
behind_Prep = {s = "detrás" ; c = MorphoSpa.genitive ; isDir = False} ;
|
behind_Prep = {s = "detrás" ; c = MorphoSpa.genitive ; isDir = False} ;
|
||||||
between_Prep = mkPreposition "entre" ;
|
between_Prep = mkPreposition "entre" ;
|
||||||
both7and_DConj = {s1,s2 = etConj.s ; n = Pl} ;
|
both7and_DConj = {s1,s2 = etConj.s ; n = Pl} ;
|
||||||
but_PConj = ss "mas" ;
|
but_PConj = ss "pero" ;
|
||||||
by8agent_Prep = mkPreposition "por" ;
|
by8agent_Prep = mkPreposition "por" ;
|
||||||
by8means_Prep = mkPreposition "por" ;
|
by8means_Prep = mkPreposition "por" ;
|
||||||
can8know_VV = mkVV (verboV (saber_71 "saber")) ;
|
can8know_VV = mkVV (verboV (saber_71 "saber")) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user