Uses of Interface
gr.demokritos.iit.jinsect.documentModel.ILoadableTextPrint

Packages that use ILoadableTextPrint
gr.demokritos.iit.jinsect.documentModel.documentTypes   
gr.demokritos.iit.jinsect.documentModel.representations   
 

Uses of ILoadableTextPrint in gr.demokritos.iit.jinsect.documentModel.documentTypes
 

Classes in gr.demokritos.iit.jinsect.documentModel.documentTypes that implement ILoadableTextPrint
 class NGramCategory
          Describes objects that represent sets of documents, in an overall n-gram document representation.
 class NGramDistroDocument
          An NGramDocument the n-gram graph representation of which includes distributional information for n-gram neighbourhoods (instead of the single numbers of the NGramDocument class).
 class NGramDocument
          A dual representation of a document, using both a histogram and an n-gram graph representation for a given text.
 class NGramGaussNormSymWinDocument
          An NGramDocument, which uses the Gauss-normalized approach on n-gram neighbourhood calculations.
 class NGramHistoDocument
          This class is identical to the NGramDocument class, except that the graph aspect of the document is ignored: no data is loaded, and the setDataString method does not affect the graph.
 class NGramSymWinDocument
           
 class SimpleTextCategory
           
 class SimpleTextDistroDocument
           
 class SimpleTextDocument
           
 class SimpleTextHistoDocument
           
 

Uses of ILoadableTextPrint in gr.demokritos.iit.jinsect.documentModel.representations
 

Classes in gr.demokritos.iit.jinsect.documentModel.representations that implement ILoadableTextPrint
 class NGramGaussNormDocument