Interface IGapLabeler

Namespace
NOpenNLP.Tools.Parser
Assembly
NOpenNLP.Tools.dll

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

stack IList<Constituent>

The stack of un-completed constituents.