Class Constituent

java.lang.Object
opennlp.tools.parser.Constituent

public class Constituent extends Object
Holds constituents when reading parses.
See Also:
  • Constructor Details

    • Constituent

      public Constituent(String label, Span span)
  • Method Details

    • 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.