Interface IGapLabeler
Interface for labeling nodes which contain traces so that these traces can be predicted by the parser.
public interface IGapLabeler
Methods
LabelGaps(IList<Constituent>)
Labels the constituents found in the stack with gap labels if appropriate.
void LabelGaps(IList<Constituent> stack)
Parameters
stackIList<Constituent>The stack of un-completed constituents.