org.apache.ctakes.coreference.eval.helpers
Class SpanAlignment

java.lang.Object
  extended by org.apache.ctakes.coreference.eval.helpers.SpanAlignment

public class SpanAlignment
extends java.lang.Object


Field Summary
(package private)  int[] id1
           
(package private)  int[] id2
           
 
Constructor Summary
SpanAlignment(Span[] s1, Span[] s2)
           
 
Method Summary
 int[] get1()
           
 int get1(int i)
           
 int[] get2()
           
 int get2(int i)
           
 int getMaxID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id1

int[] id1

id2

int[] id2
Constructor Detail

SpanAlignment

public SpanAlignment(Span[] s1,
                     Span[] s2)
Method Detail

get1

public int[] get1()

get1

public int get1(int i)

get2

public int[] get2()

get2

public int get2(int i)

getMaxID

public int getMaxID()