edu.umass.cs.mallet.projects.seg_plus_coref.coreference
Class AuthorCitation
java.lang.Object
edu.umass.cs.mallet.projects.seg_plus_coref.coreference.Citation
edu.umass.cs.mallet.projects.seg_plus_coref.coreference.AuthorCitation
- public class AuthorCitation
- extends Citation
A Citation object which is treated as an author
Fields inherited from class edu.umass.cs.mallet.projects.seg_plus_coref.coreference.Citation |
address, author, authors, booktitle, citation, conference, corefFields, date, editor, institution, journal, note, other, pages, paperCluster, paperID, publisher, tech, title, type, venue, venueCluster, venueID, venueVolume, volume |
Constructor Summary |
AuthorCitation(java.lang.String s,
java.lang.Object label,
int index,
IEInterface ieInterface,
int n,
int nthToUse)
|
AuthorCitation(java.lang.String s,
java.lang.String label,
int v)
|
Methods inherited from class edu.umass.cs.mallet.projects.seg_plus_coref.coreference.Citation |
deserializeFromString, getAllStringsWrapped, getAllStringsWrapped, getAuthors, getConfidenceScore, getField, getFields, getFieldTokens, getFieldTokensAsSet, getIndex, getLabel, getNBest, getNthBest, getNumAuthors, getOrigString, getPossibleFields, getRawstring, getScore, getString, getUnderlyingString, hasField, isConferencePaper, isJournalPaper, isTechPaper, print, serializeToString, setConfidenceScore, setField, setString, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthorCitation
public AuthorCitation(java.lang.String s,
java.lang.String label,
int v)
AuthorCitation
public AuthorCitation(java.lang.String s,
java.lang.Object label,
int index,
IEInterface ieInterface,
int n,
int nthToUse)
setAuthorNumber
public void setAuthorNumber(int i)
getAuthorNumber
public int getAuthorNumber()