org.apache.uima.tools.cfe
Class RRMFeatureMatcher

java.lang.Object
  extended by org.apache.uima.tools.cfe.CommonFeatureMatcher
      extended by org.apache.uima.tools.cfe.RRMFeatureMatcher

public class RRMFeatureMatcher
extends CommonFeatureMatcher


Field Summary
static String PARAM_INCLUDEFEATUREWINDOWIMAGE
           
 
Fields inherited from class org.apache.uima.tools.cfe.CommonFeatureMatcher
CONSTANT_ANYENCLOSED, CONSTANT_INGORE, CONSTANT_INSIDEINSIDE, CONSTANT_INSIDERIGHT, CONSTANT_LEFTINSIDE, CONSTANT_LEFTLEFT, CONSTANT_LEFTRIGHT, CONSTANT_RIGHTRIGHT, CONSTANT_STARTSINSIDE, CONSTANT_STARTSLEFT, CONSTANT_STARTSRIGHT, m_fieldSeparator, m_isAnnotationName, m_isFeatureName, m_isTargetId, m_valueSeparators, PARAM_CONFIGURATIONFILE, PARAM_INCLUDEANNOTATIONNAME, PARAM_INCLUDEFEATURENAME, PARAM_INCLUDETARGETID, PARAM_XMLBEANSPARSER
 
Constructor Summary
RRMFeatureMatcher(boolean includeAnnotationName, boolean includeFeatureName, boolean isFeatureWindowImage)
           
 
Method Summary
protected  String featureWindowImage(MatchedAnnotationDescriptor mad)
           
protected  void processFeatureGroup(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation trg, String class_label, Collection<MatchedAnnotationDescriptor> features)
           
 
Methods inherited from class org.apache.uima.tools.cfe.CommonFeatureMatcher
getDocumentId, initialize, make_image_position, make_image, processJCas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_INCLUDEFEATUREWINDOWIMAGE

public static final String PARAM_INCLUDEFEATUREWINDOWIMAGE
See Also:
Constant Field Values
Constructor Detail

RRMFeatureMatcher

public RRMFeatureMatcher(boolean includeAnnotationName,
                         boolean includeFeatureName,
                         boolean isFeatureWindowImage)
Method Detail

featureWindowImage

protected String featureWindowImage(MatchedAnnotationDescriptor mad)

processFeatureGroup

protected void processFeatureGroup(org.apache.uima.jcas.JCas jcas,
                                   org.apache.uima.jcas.tcas.Annotation trg,
                                   String class_label,
                                   Collection<MatchedAnnotationDescriptor> features)
                            throws IllegalArgumentException,
                                   IllegalAccessException,
                                   InvocationTargetException
Specified by:
processFeatureGroup in class CommonFeatureMatcher
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.