|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectJet.Refres.CorefEval
evaluate reference resolution procedure against a key file with references annotated.
| Constructor Summary | |
CorefEval()
|
|
| Method Summary | |
static void |
buildEntitiesFromLinkedMentions(Document doc)
|
static void |
buildEntitiesFromMentions(Document doc)
buildEntitiesFromMentions takes a Document with annotations of the form mention entity=entity-ID where coreferential entities share the same entity-ID, and generates annotations of the form entity mentions=Vector(mentions) |
static void |
buildMentionsFromEntities(Document doc)
buildMentionsFromEntities takes a Document with coreference information in the form of mention attributes on entities and generates Annotations of the form mention entity=entity-ID over the heads of mentions, where coreferential mentions are linked by having the same entity-ID. |
static void |
main(java.lang.String[] args)
|
static void |
task(java.lang.String[] args)
command-line callable coreference evaluation (invoked by jet -CorefEval). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CorefEval()
| Method Detail |
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOExceptionpublic static void task(java.lang.String[] args)
public static void buildEntitiesFromMentions(Document doc)
public static void buildEntitiesFromLinkedMentions(Document doc)
public static void buildMentionsFromEntities(Document doc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||