Uses of Interface
gr.demokritos.iit.jinsect.structs.IDocumentSet

Packages that use IDocumentSet
gr.demokritos.iit.jinsect.spock.console   
gr.demokritos.iit.jinsect.structs   
gr.demokritos.iit.tacTools   
 

Uses of IDocumentSet in gr.demokritos.iit.jinsect.spock.console
 

Classes in gr.demokritos.iit.jinsect.spock.console that implement IDocumentSet
 class FileFormat
          This class deals with the formating of the file that represents the clusters in the spock challenge.
 

Uses of IDocumentSet in gr.demokritos.iit.jinsect.structs
 

Classes in gr.demokritos.iit.jinsect.structs that implement IDocumentSet
 class DocumentSet
          A set of documents, that can be split to training and test sets.
 

Uses of IDocumentSet in gr.demokritos.iit.tacTools
 

Classes in gr.demokritos.iit.tacTools that implement IDocumentSet
 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.