Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.ir.docs.DocBase.PosSource

Packages that use DocBase.PosSource
edu.illinois.cs.cogcomp.lbj.coref.io.loaders   
edu.illinois.cs.cogcomp.lbj.coref.ir.docs   
 

Uses of DocBase.PosSource in edu.illinois.cs.cogcomp.lbj.coref.io.loaders
 

Fields in edu.illinois.cs.cogcomp.lbj.coref.io.loaders declared as DocBase.PosSource
private  DocBase.PosSource DocAPFLoader.m_posSource
           
 

Constructors in edu.illinois.cs.cogcomp.lbj.coref.io.loaders with parameters of type DocBase.PosSource
DocAPFLoader(java.lang.String fileListFN, DocBase.PosSource posSource)
          Construct a loader that loads a list of APF documents given the name of the file specifying a list of document filenames.
DocAPFLoader(java.lang.String fileListFN, MentionDecoder mentionDecoder, LBJ2.classify.Classifier mTyper, DocBase.PosSource posSource)
          Construct a loader that loads a list of APF documents given the name of the file specifying a list of document filenames.
 

Uses of DocBase.PosSource in edu.illinois.cs.cogcomp.lbj.coref.ir.docs
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.ir.docs that return DocBase.PosSource
static DocBase.PosSource DocBase.PosSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DocBase.PosSource[] DocBase.PosSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in edu.illinois.cs.cogcomp.lbj.coref.ir.docs with parameters of type DocBase.PosSource
DocAPF(java.lang.String filename, DocBase.PosSource posSource)
          Loads filename file and reads in the XML representation.
DocXMLBase(java.lang.String filename, java.lang.String ext, DocBase.PosSource posSource)
          Given the name of a file and the extension, load the file and reads in the XML representation.