edu.uchsc.ccp.iaa.html
Class SpanMatcherHTML

java.lang.Object
  extended by edu.uchsc.ccp.iaa.html.SpanMatcherHTML

public class SpanMatcherHTML
extends Object


Constructor Summary
SpanMatcherHTML()
           
 
Method Summary
static Map<String,int[]> errorMatrix(Set<Annotation> matches, Map<Annotation,Set<Annotation>> matchSets)
           
static void printIAA(IAA iaa, Matcher matcher, File directory, int numberOfDocs, Map<Annotation,String> annotationTexts, Map<Annotation,String> annotationTextNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanMatcherHTML

public SpanMatcherHTML()
Method Detail

printIAA

public static void printIAA(IAA iaa,
                            Matcher matcher,
                            File directory,
                            int numberOfDocs,
                            Map<Annotation,String> annotationTexts,
                            Map<Annotation,String> annotationTextNames)
                     throws Exception
Throws:
Exception

errorMatrix

public static Map<String,int[]> errorMatrix(Set<Annotation> matches,
                                            Map<Annotation,Set<Annotation>> matchSets)