edu.illinois.cs.cogcomp.lbj.coref.alignment
Class DefaultEMAligner

java.lang.Object
  extended by edu.illinois.cs.cogcomp.lbj.coref.alignment.Aligner<T>
      extended by edu.illinois.cs.cogcomp.lbj.coref.alignment.DefaultAligner<Mention>
          extended by edu.illinois.cs.cogcomp.lbj.coref.alignment.DefaultEMAligner
All Implemented Interfaces:
java.io.Serializable

public class DefaultEMAligner
extends DefaultAligner<Mention>
implements java.io.Serializable

Aligns objects based on maximizing head word overlap.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
DefaultEMAligner()
           
 
Method Summary
 int getOverlap(Mention a, Mention b)
           
 
Methods inherited from class edu.illinois.cs.cogcomp.lbj.coref.alignment.DefaultAligner
getAlignment, getBestMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

DefaultEMAligner

public DefaultEMAligner()
Method Detail

getOverlap

public int getOverlap(Mention a,
                      Mention b)
Specified by:
getOverlap in class DefaultAligner<Mention>