|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.illinois.cs.cogcomp.lbj.coref.alignment.Aligner<T>
edu.illinois.cs.cogcomp.lbj.coref.alignment.DefaultAligner<Chunk>
edu.illinois.cs.cogcomp.lbj.coref.alignment.WordOverlapChunkAligner
public class WordOverlapChunkAligner
Aligns objects based on head word overlap.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
WordOverlapChunkAligner()
|
Method Summary | |
---|---|
int |
getOverlap(Chunk a,
Chunk b)
Determines the number of words shared in the heads of the mentions. |
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public WordOverlapChunkAligner()
Method Detail |
---|
public int getOverlap(Chunk a, Chunk b)
getOverlap
in class DefaultAligner<Chunk>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |