Uses of Class
gate.corpora.DocType

Packages that use DocType
gate This package contains the public interface to the GATE Java API. 
gate.corpora   
gate.gui   
 

Uses of DocType in gate
 

Methods in gate with parameters of type DocType
 long SimpleCorpus.populate(URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfDocumentsToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided trec file.
 

Uses of DocType in gate.corpora
 

Methods in gate.corpora that return DocType
static DocType DocType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocType[] DocType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gate.corpora with parameters of type DocType
static long CorpusImpl.populate(Corpus corpus, URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfDocumentsToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided trec file.
 long CorpusImpl.populate(URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfFilesToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided single concatenated file.
 long SerialCorpusImpl.populate(URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfFilesToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided single concatenated file.
 

Uses of DocType in gate.gui
 

Methods in gate.gui that return DocType
 DocType SingleConcatenatedFileInputDialog.getDocumentType()
          Gets the selected document type.
 

Methods in gate.gui with parameters of type DocType
 void SingleConcatenatedFileInputDialog.setDocumentType(DocType documentType)
          Sets the document type