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 TypMethodeBeschreibungvoidlabelGaps(Stack<Constituent> stack) Labelsconstituentsfound in thestackwith gap labels if appropriate.
-
Methodendetails
-
labelGaps
Labelsconstituentsfound in thestackwith gap labels if appropriate.- Parameter:
stack- TheStackof un-completedconstituents.
-