oops, forgot to rename the 2-place Conj functions in ResourceDemo. Now added to uddeps as well.

This commit is contained in:
aarne
2016-06-09 15:14:06 +00:00
parent 8e0aea515e
commit bb03739c25
3 changed files with 9 additions and 6 deletions
+3 -3
View File
@@ -157,9 +157,9 @@ lin
CompCN ap = mkVP <(lin CN ap) : CN> ;
CompNP ap = mkVP <(lin NP ap) : NP> ;
CompAdv ap = mkVP <(lin Adv ap) : Adv> ;
ConjS co x y = mkS (lin Conj co) (lin S x) (lin S y) ;
ConjAP co x y = mkAP co x y ;
ConjNP co x y = mkNP co x y ;
RConjS co x y = mkS (lin Conj co) (lin S x) (lin S y) ;
RConjAP co x y = mkAP co x y ;
RConjNP co x y = mkNP co x y ;
a_Det = mkDet a_Quant ;
the_Det = mkDet the_Quant ;
aPl_Det = mkDet a_Quant plNum ;