edu.umass.cs.mallet.projects.seg_plus_coref.coreference
Class AuthorCitation

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.coreference.Citation
      extended byedu.umass.cs.mallet.projects.seg_plus_coref.coreference.AuthorCitation

public class AuthorCitation
extends Citation

A Citation object which is treated as an author


Field Summary
 
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)
           
 
Method Summary
 int getAuthorNumber()
           
 void setAuthorNumber(int i)
           
 
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
 

Constructor Detail

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)
Method Detail

setAuthorNumber

public void setAuthorNumber(int i)

getAuthorNumber

public int getAuthorNumber()