org.apache.ctakes.relationextractor.pipelines
Class RelationAnnotationAnalysis

java.lang.Object
  extended by org.apache.ctakes.relationextractor.pipelines.RelationAnnotationAnalysis

public class RelationAnnotationAnalysis
extends java.lang.Object

Analyze the annotations obtained by running the relation extractor on clinical notes. The results of running the relation extractor are expected to be saved in xmi files.

Author:
dmitriy dligach

Nested Class Summary
static class RelationAnnotationAnalysis.Options
           
 
Constructor Summary
RelationAnnotationAnalysis()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationAnnotationAnalysis

public RelationAnnotationAnalysis()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception