anl.aida.ae.gate
Interface AnnotationBuilderFilter

All Known Implementing Classes:
LocationFilter

public interface AnnotationBuilderFilter

Interface for classes that can determine whether or not a particular annotation will be created based on values in a GATE feature map.


Method Summary
 boolean buildAnnotation(gate.FeatureMap map)
          Determines whether or not a particular annotation should be created based on feature values in a gate feature map.
 

Method Detail

buildAnnotation

boolean buildAnnotation(gate.FeatureMap map)
Determines whether or not a particular annotation should be created based on feature values in a gate feature map.

Parameters:
map - the GATE feature map
Returns:
true if the annotation should built otherwise false.