|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aliasi.coref.AbstractMentionChain
com.aliasi.coref.MentionChainImpl
public class MentionChainImpl
An implementation of mention chains.
| Constructor Summary | |
|---|---|
MentionChainImpl(Mention mention,
int offset,
int id)
Construct a mention chain implementation containing the single specified mention at the specified offset, assigning the chain the specified identifier. |
|
| Method Summary | |
|---|---|
protected void |
add(Mention mention)
Adds the specified mention appearing at the specified sentence offset to this mention chain. |
Killer[] |
killers()
The killing functions defined for this mention chain. |
Matcher[] |
matchers()
The matching functions defined for this mention chain. |
| Methods inherited from class com.aliasi.coref.AbstractMentionChain |
|---|
add, addHonorific, entityType, equals, equals, gender, hashCode, honorifics, identifier, killed, matchScore, maxSentenceOffset, mentions, setEntityType, setGender, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MentionChainImpl(Mention mention,
int offset,
int id)
mention - Mention to add to mention chain.offset - Sentence offset of mention in document.id - Identifier for resulting mention chain.| Method Detail |
|---|
public Matcher[] matchers()
matchers in class AbstractMentionChainpublic Killer[] killers()
killers in class AbstractMentionChainprotected void add(Mention mention)
add in class AbstractMentionChainmention - Mention to add to this chain.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||