Uses of Interface
gr.demokritos.iit.jinsect.storage.IFileLoader

Packages that use IFileLoader
gr.demokritos.iit.jinsect   
gr.demokritos.iit.jinsect.indexing   
gr.demokritos.iit.tacTools   
 

Uses of IFileLoader in gr.demokritos.iit.jinsect
 

Methods in gr.demokritos.iit.jinsect with parameters of type IFileLoader
static java.lang.String utils.loadFileSetToString(java.util.Set<java.lang.String> ssFiles, IFileLoader<java.lang.String> lLoader)
          Loads the contents of a set of files into a string, by calling repeatedly the loadFile function of a IFileLoader.
 

Uses of IFileLoader in gr.demokritos.iit.jinsect.indexing
 

Fields in gr.demokritos.iit.jinsect.indexing declared as IFileLoader
 IFileLoader<java.lang.String> SimilarityBasedIndex.Loader
          A IFileLoader variable that can load documents given an identifier.
 

Uses of IFileLoader in gr.demokritos.iit.tacTools
 

Classes in gr.demokritos.iit.tacTools that implement IFileLoader
 class ACQUAINT2DocumentSet
          This class implements the IDocumentSet interface, also implementing a number of methods to make the retrieval of TAC document sets (also called DOCSTREAMs) easier.
 class TAC2008DirectoryFileSet
          A class that takes a TAC2008 topic structure directory and can return groupA or groupB documents given an xml topic file and a topic ID.
 class TAC2008TopicFileSet
          Uses an TAC 2008 XML topic definition file to create the set.
 class TAC2008UpdateSummarizationFileSet
          A class that takes a TAC2008 topic structure directory and can return groupA or groupB documents given an xml topic file and a topic ID.