mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 15:12:50 -06:00
unbounded dep in resource with SlashVS
This commit is contained in:
@@ -66,11 +66,11 @@ oper
|
||||
let
|
||||
paccp = case acc of {
|
||||
CRefl => <reflPron n p Acc, p,True> ;
|
||||
CPron a => <argPron a.g a.n a.p Acc, a.p,True> ;
|
||||
CPron ag an ap => <argPron ag an ap Acc, ap,True> ;
|
||||
_ => <[],P2,False>
|
||||
} ;
|
||||
pdatp = case dat of {
|
||||
CPron a => <argPron a.g a.n a.p dative, a.p,True> ;
|
||||
CPron ag an ap => <argPron ag an ap dative, ap,True> ;
|
||||
_ => <[],P2,False>
|
||||
}
|
||||
in case <paccp.p2, pdatp.p2> of {
|
||||
|
||||
@@ -27,7 +27,7 @@ lin
|
||||
-- can_VV = mkVV (verbV (poder_58 "poder")) ;
|
||||
during_Prep = mkPreposition "durant" ; ----
|
||||
either7or_DConj = {s1,s2 = "o" ; n = Sg} ;
|
||||
everybody_NP = mkNP ["tothom"] Masc Sg ;
|
||||
everybody_NP = makeNP ["tothom"] Masc Sg ;
|
||||
every_Det = {s = \\_,_ => "cada" ; n = Sg} ;
|
||||
everything_NP = pn2np (mkPN ["tot"] Masc) ;
|
||||
everywhere_Adv = ss ["a tot arreu"] ;
|
||||
@@ -91,12 +91,12 @@ lin
|
||||
Pl => \\g,c => prepCase c ++ genForms "aquells" "aquelles" ! g
|
||||
}
|
||||
} ;
|
||||
that_NP = mkNP ["alló"] Masc Sg ;
|
||||
that_NP = makeNP ["alló"] Masc Sg ;
|
||||
there_Adv = mkAdv "allà" ; -- allá
|
||||
there7to_Adv = mkAdv ["cap a allà"] ;
|
||||
there7from_Adv = mkAdv ["d'allà"] ;
|
||||
therefore_PConj = ss ["per tant"] ;
|
||||
these_NP = mkNP ["aquestes"] Fem Pl ;
|
||||
these_NP = makeNP ["aquestes"] Fem Pl ;
|
||||
they_Pron = mkPronoun
|
||||
"elles" "les" "les" "elles"
|
||||
["el seu"] ["la seva"] ["llurs"] ["llurs"]
|
||||
@@ -108,7 +108,7 @@ lin
|
||||
}
|
||||
} ;
|
||||
this_NP = pn2np (mkPN ["això"] Masc) ;
|
||||
those_NP = mkNP ["aquelles"] Fem Pl ;
|
||||
those_NP = makeNP ["aquelles"] Fem Pl ;
|
||||
through_Prep = mkPreposition "mitjançant" ;
|
||||
too_AdA = ss "massa" ;
|
||||
to_Prep = complDat ;
|
||||
|
||||
Reference in New Issue
Block a user