next up previous contents
Next: String concatenation Up: Head-driven parsing for TAGs Previous: Representing auxiliary and initial

Adjunction.

The adjunction relation is defined as a relation between an (input) tree Tree, an auxiliary tree Aux of which the foot node is Foot and an (output) tree NewTree. The relation is non-deterministic with respect to which node in Tree the auxiliary tree is adjoined. Therefore, the first clause of adjoin states that the relation is true if the auxiliary tree is adjoined in one of the daughters of the input tree; the second clause states that the relation is true if the auxiliary tree is adjoined at the root node of the input tree:

\pr\pred
\head{\mbox{\it adjoin}(\avm{\mbox{\it node}:\mbox{\it cat}:\mbox{\rm C...
...{\mbox{\it adj\_now}(\mbox{\rm In},\mbox{\rm Aux},\mbox{\rm Foot}).}
\epred\epr
For the moment, the reader should not worry about the mrk attribute. Its purpose will be explained later. The predicate $\mbox{\it adjoin\_ds}$ non-deterministically chooses a daughter from the list of daughters to adjoin the auxiliary tree in:

\pr\pred
\head{\mbox{\it adjoin\_ds}(\langle \mbox{\rm H}\vert\mbox{\rm T}\rangl...
..._ds}(\mbox{\rm T},\mbox{\rm Aux},\mbox{\rm Foot},\mbox{\rm T}_{2}).}
\epred\epr
The second clause for adjoin states that adjunction may take place at the root node of the input tree. The resulting tree is defined as the auxiliary tree of which the foot node is instantiated with the daughters of the input tree. Furthermore we take care of the unification of the bottom and top features. The top features of the root node of the input tree are unified with the top features of the root node of the auxiliary tree; the bottom features of the root node of the input tree are unified with the bottom features of the foot node (recall figure 4.10).

\pr\pred
\head{\mbox{\it adj\_now}(\avm{\mbox{\it node}: \avm{\mbox{\it cat}:\mb...
...box{\it ds}: \mbox{\rm Ds}\\
\mbox{\it term}:\mbox{\rm Term}
}).}
\epred\epr


next up previous contents
Next: String concatenation Up: Head-driven parsing for TAGs Previous: Representing auxiliary and initial
Noord G.J.M. van
1998-09-30