Package opennlp.tools.parser
Interface GapLabeler
-
- All Known Implementing Classes:
AncoraSpanishHeadRules,HeadRules
public interface GapLabelerRepresents a labeler for nodes which contain traces so that these traces can be predicted by aParser.- See Also:
Parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlabelGaps(Stack<Constituent> stack)Labelsconstituentsfound in thestackwith gap labels if appropriate.
-
-
-
Method Detail
-
labelGaps
void labelGaps(Stack<Constituent> stack)
Labelsconstituentsfound in thestackwith gap labels if appropriate.- Parameters:
stack- TheStackof un-completedconstituents.
-
-