Package opennlp.tools.parser
Interface GapLabeler
- All Known Implementing Classes:
- AncoraSpanishHeadRules,- HeadRules
public interface GapLabeler
Represents a labeler for nodes which contain traces so that these traces can be predicted
 by a 
Parser.- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidlabelGaps(Stack<Constituent> stack) Labelsconstituentsfound in thestackwith gap labels if appropriate.
- 
Method Details- 
labelGapsLabelsconstituentsfound in thestackwith gap labels if appropriate.- Parameters:
- stack- The- Stackof un-completed- constituents.
 
 
-