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

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

public class VenueCitation
extends Citation

A Citation object which is treated as a Venue


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

VenueCitation

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

VenueCitation

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