Interface GapLabeler

  • All Known Implementing Classes:
    AncoraSpanishHeadRules, HeadRules

    public interface GapLabeler
    Interface for labeling nodes which contain traces so that these traces can be predicted by the parser.
    • Method Detail

      • labelGaps

        void labelGaps​(Stack<Constituent> stack)
        Labels the constituents found in the stack with gap labels if appropriate.
        Parameters:
        stack - The stack of un-completed constituents.