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 Summary
Modifier and TypeMethodDescriptionvoid
labelGaps
(Stack<Constituent> stack) Labelsconstituents
found in thestack
with gap labels if appropriate.
-
Method Details
-
labelGaps
Labelsconstituents
found in thestack
with gap labels if appropriate.- Parameters:
stack
- TheStack
of un-completedconstituents
.
-