Package opennlp.tools.parser
Schnittstelle GapLabeler
- Alle bekannten Implementierungsklassen:
AncoraSpanishHeadRules
,HeadRules
public interface GapLabeler
Represents a labeler for nodes which contain traces so that these traces can be predicted
by a
Parser
.- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
labelGaps
(Stack<Constituent> stack) Labelsconstituents
found in thestack
with gap labels if appropriate.
-
Methodendetails
-
labelGaps
Labelsconstituents
found in thestack
with gap labels if appropriate.- Parameter:
stack
- TheStack
of un-completedconstituents
.
-