Klasse BuildContextGenerator

java.lang.Object
opennlp.tools.parser.AbstractContextGenerator
opennlp.tools.parser.chunking.BuildContextGenerator

public class BuildContextGenerator extends AbstractContextGenerator
Generates predictive contexts for deciding how constituents should be combined.
Siehe auch:
  • Konstruktordetails

    • BuildContextGenerator

      public BuildContextGenerator()
      Instantiates a BuildContextGenerator for making decisions about combining constituents.
    • BuildContextGenerator

      public BuildContextGenerator(Dictionary dict)
      Instantiates a BuildContextGenerator for making decisions about combining constituents using a Dictionary.
      Parameter:
      dict - A Dictionary to be used during context generation.
  • Methodendetails

    • getContext

      public String[] getContext(Object o)
    • getContext

      public String[] getContext(Parse[] constituents, int index)
      Finds the predictive context used to determine how constituent at the specified index should be combined with other constituents.
      Parameter:
      constituents - The constituents which have yet to be combined into new constituents.
      index - The index of the constituent which is being considered.
      Gibt zurück:
      The context for building constituents at the specified index.