Package opennlp.tools.parser.treeinsert
Class AttachContextGenerator
- java.lang.Object
-
- opennlp.tools.parser.AbstractContextGenerator
-
- opennlp.tools.parser.treeinsert.AttachContextGenerator
-
public class AttachContextGenerator extends AbstractContextGenerator
-
-
Constructor Summary
Constructors Constructor Description AttachContextGenerator(Set<String> punctSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getContext(Object o)
String[]
getContext(Parse[] constituents, int index, List<Parse> rightFrontier, int rfi)
-
-
-
Method Detail
-
getContext
public String[] getContext(Parse[] constituents, int index, List<Parse> rightFrontier, int rfi)
- Parameters:
constituents
- The constituents as 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.
-
-