org.apache.ctakes.ytex.uima.annotators

Class NegexAnnotator

  • storeAsInterval
    • negated: polarity=-1, confidence = -1
    • possible: polarity=1, confidence = 0.5
    • affirmed: polarity=1, confidence = 1
    Added support for negating arbitrary annotations. Set the targetTypeName to an annotation type. Will see if it is negated; if so will set the negated and possible boolean values on the annotation.