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

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

public class PaperCitation
extends Citation

A Citation object which is treated as a Paper


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
PaperCitation(java.lang.String s, java.lang.Object label, int index, IEInterface ieInterface, int n, int nthToUse)
           
PaperCitation(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
 

Constructor Detail

PaperCitation

public PaperCitation(java.lang.String s,
                     java.lang.String label,
                     int v)

PaperCitation

public PaperCitation(java.lang.String s,
                     java.lang.Object label,
                     int index,
                     IEInterface ieInterface,
                     int n,
                     int nthToUse)