Uses of Interface
tml.vectorspace.operations.Operation

Packages that use Operation
tml.vectorspace.operations Operations are predefined sets of interesting information that can be obtained from a Semantic Space. 
tml.vectorspace.operations.summarization   
tml.vectorspace.operations.visualizations   
 

Uses of Operation in tml.vectorspace.operations
 

Classes in tml.vectorspace.operations that implement Operation
 class AbstractOperation<E>
          Abstract class for all operations, it contains the common attributes and the start() and end() methods.
 class CompoundNounsSummarized
           
 class ConceptExtraction
          Concept Extraction operation based on CMM.
 class FactorAnalysisPlot
          This operation simply presents the content of the reconstructed term/doc matrix with a column for documents and the first row showing the terms
 class GrammarChecker
          This operation checks the grammar of all documents in a Corpus.
 class LastPassage
          Extracts the last passage of the corpus, given the linearity expected in the index.
 class LexiconAnalysis
          LexiconAnalysis returns the accumulated lexicon per passage used in the document.
 class ParagraphCoherenceIndex
           
 class PassageDistances
          Calculates the distances (angular) for a whole set of passages in a Corpus.
 class PassageExtractionSummarization
           
 class PassagesSimilarity
          This operation calculates the similarity between all documents within a Corpus, it can calculate the similarities based on its own SemanticSpace, or use another Corpus to project all documents and the calculate similarities between all documents in both corpora.
 class RapidAutomaticKeywordExtraction
          This operation extracts keywords from all documents in a Corpus.
 class Readability
          This operation a calculation of readability measurements
 class RelationshipExtraction
          Relationship extraction aims to extract the labeled relationships from a set of concepts
 class Summary
          This operation returns several descriptive statistics on the corpus.
 class TagClouds
          TagClouds returns the list of terms in the Corpus weighted by the term weighting scheme used in the SemanticSpace.
 class TermExtractionSummarization
          This operation extracts the key terms from the corpus, ranked by their importance on explaining the variance.
 

Methods in tml.vectorspace.operations that return types with arguments of type Operation
static java.util.List<Operation<?>> ClassDiscovery.availableOperations()
           
 

Uses of Operation in tml.vectorspace.operations.summarization
 

Subinterfaces of Operation in tml.vectorspace.operations.summarization
 interface SummarizationOperation
           
 

Classes in tml.vectorspace.operations.summarization that implement Operation
 class AbstractSummarizationOperation
           
 class LatentSemanticAnalysisSummarization
          LSA based summarization using Steiberger's formula from: INPROCEEDINGS{ author = {Josef Steinberger and Karel Jezek}, title = {Using Latent Semantic Analysis in Text Summarization and Summary Evaluation}, booktitle = {Proceedings of the 7th International Conference ISIM}, year = {2004} }
 class VectorLengthSummarization
           
 

Uses of Operation in tml.vectorspace.operations.visualizations
 

Methods in tml.vectorspace.operations.visualizations that return Operation
 Operation<?> Visualization.getOperation()
           
 Operation<?> AbstractVisualization.getOperation()
           
 

Methods in tml.vectorspace.operations.visualizations with parameters of type Operation
 void Visualization.setOperation(Operation<?> operation)
           
 void AbstractVisualization.setOperation(Operation<?> operation)