Next:
More optional operators
Up:
Environments without the Uniqueness
Previous:
Blocks of rules
Contents
NoUniq environment
If the linguist wishes to define a rule without removing the dependent node, he/she can use the NoUniq operator. For instance:
DirectObjectR : VERB NOUN
NoUniq
%
This rule does not remove the NOUN tag from the search space.
Pablo Gamallo 2009-06-22