Package opennlp.tools.parser.treeinsert
Class AttachContextGenerator
java.lang.Object
opennlp.tools.parser.AbstractContextGenerator
opennlp.tools.parser.treeinsert.AttachContextGenerator
Generates predictive contexts for deciding how constituents should be attached.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAttachContextGenerator(Set<String> punctSet) Instantiates anAttachContextGeneratorfor making decisions about attachments.
- 
Method SummaryModifier and TypeMethodDescriptionString[]getContext(Object o) String[]getContext(Parse[] constituents, int index, List<Parse> rightFrontier, int rfi) Finds the predictive contextual features about an attachment.
- 
Constructor Details- 
AttachContextGeneratorInstantiates anAttachContextGeneratorfor making decisions about attachments.
 
- 
- 
Method Details- 
getContext
- 
getContextFinds the predictive contextual features about an attachment.- Parameters:
- constituents- The- constituentsas they have been constructed so far.
- index- The constituent index of the node being attached.
- rightFrontier- The nodes which have been not attach to so far.
- Returns:
- A set of contextual features about this attachment.
 
 
-