Uses of Class
tml.vectorspace.operations.AbstractOperation

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

Uses of AbstractOperation in tml.vectorspace.operations
 

Subclasses of AbstractOperation in tml.vectorspace.operations
 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.
 

Uses of AbstractOperation in tml.vectorspace.operations.summarization
 

Subclasses of AbstractOperation in tml.vectorspace.operations.summarization
 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