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.

It is also possible to define a rule where both “head” and “dependent” are removed. For this purpose, the “Remove” operator was defined:

DirectObjectR : VERB NOUN

Remove

%

This rule removes both the VERB and NOUN tags from the search space.