Class Constituent


  • public class Constituent
    extends Object
    Class used to hold constituents when reading parses.
    • Constructor Detail

      • Constituent

        public Constituent​(String label,
                           Span span)
    • Method Detail

      • getLabel

        public String getLabel()
        Returns the label of the constituent.
        Returns:
        the label of the constituent.
      • setLabel

        public void setLabel​(String label)
        Assigns the label to the constituent.
        Parameters:
        label - The label to set.
      • getSpan

        public Span getSpan()
        Returns the span of the constituent.
        Returns:
        the span of the constituent.