opennlp.tools.parser
Interface GapLabeler

All Known Implementing Classes:
HeadRules

public interface GapLabeler

Interface for labeling nodes which contain traces so that these traces can be predicted by the parser.


Method Summary
 void labelGaps(java.util.Stack stack)
          Labels the constituents found in the stack with gap labels if appropiate.
 

Method Detail

labelGaps

void labelGaps(java.util.Stack stack)
Labels the constituents found in the stack with gap labels if appropiate.

Parameters:
stack - The stack of un-completed constituents.


Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.