opennlp.tools.parser.chunking
Class BuildContextGenerator

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

public class BuildContextGenerator
extends AbstractContextGenerator

Class to generator predictive contexts for deciding how constituents should be combined together.


Constructor Summary
BuildContextGenerator()
          Creates a new context generator for making decisions about combining constitients togehter.
BuildContextGenerator(Dictionary dict)
           
 
Method Summary
 String[] getContext(Object o)
           
 String[] getContext(Parse[] constituents, int index)
          Returns the predictive context used to determine how constituent at the specified index should be combined with other contisuents.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildContextGenerator

public BuildContextGenerator()
Creates a new context generator for making decisions about combining constitients togehter.


BuildContextGenerator

public BuildContextGenerator(Dictionary dict)
Method Detail

getContext

public String[] getContext(Object o)

getContext

public String[] getContext(Parse[] constituents,
                           int index)
Returns the predictive context used to determine how constituent at the specified index should be combined with other contisuents.

Parameters:
constituents - The constituents which have yet to be combined into new constituents.
index - The index of the constituent whcihi is being considered.
Returns:
the context for building constituents at the specified index.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.