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
@@ -153,9 +153,9 @@ fun
CompCN : CN -> VP ;
CompNP : NP -> VP ;
CompAdv : Adv -> VP ;
ConjS : Conj -> S -> S -> S ;
ConjAP : Conj -> AP -> AP -> AP ;
ConjNP : Conj -> NP -> NP -> NP ;
RConjS : Conj -> S -> S -> S ;
RConjAP : Conj -> AP -> AP -> AP ;
RConjNP : Conj -> NP -> NP -> NP ;
a_Det, the_Det, aPl_Det, thePl_Det : Det ;
this_Det, these_Det : Det ;
that_Det, those_Det : Det ;