A C D E F G H I J K L M N O P R S T U V W X Y

T

TagClouds - Class in tml.vectorspace.operations
TagClouds returns the list of terms in the Corpus weighted by the term weighting scheme used in the SemanticSpace.
TagClouds() - Constructor for class tml.vectorspace.operations.TagClouds
 
TagClouds - Class in tml.vectorspace.operations.visualizations
 
TagClouds() - Constructor for class tml.vectorspace.operations.visualizations.TagClouds
 
TagCloudsResult - Class in tml.vectorspace.operations.results
 
TagCloudsResult(String, double) - Constructor for class tml.vectorspace.operations.results.TagCloudsResult
 
Term - Class in tml.corpus
The Term class represents a unique word within a Corpus.
Term(String, int) - Constructor for class tml.corpus.Term
Creates a new Term, with an index defined by an external source (usually a Dictionary.
TermExtractionSummarization - Class in tml.vectorspace.operations
This operation extracts the key terms from the corpus, ranked by their importance on explaining the variance.
TermExtractionSummarization() - Constructor for class tml.vectorspace.operations.TermExtractionSummarization
Creates a new instance of TermExtractionSummarization
TermRankedResult - Class in tml.vectorspace.operations.results
 
TermRankedResult() - Constructor for class tml.vectorspace.operations.results.TermRankedResult
 
TermsExtractionSummarizationResult - Class in tml.vectorspace.operations.results
This class represents the result of a TermExtractionSummarization operation.
TermsExtractionSummarizationResult() - Constructor for class tml.vectorspace.operations.results.TermsExtractionSummarizationResult
 
TermWeighting - Class in tml.vectorspace
The TermWeighting filter transforms a basic Term/Document matrix to a different Term/Weighting scheme.
TermWeighting(Corpus) - Constructor for class tml.vectorspace.TermWeighting
 
TermWeighting.GlobalWeight - Enum in tml.vectorspace
Implemented global weight functions
TermWeighting.LocalWeight - Enum in tml.vectorspace
Implemented local weight functions
TermWeightingException - Exception in tml.vectorspace
Exception occurred while applying the term weighting criteria
TermWeightingException() - Constructor for exception tml.vectorspace.TermWeightingException
 
TermWeightingException(Exception) - Constructor for exception tml.vectorspace.TermWeightingException
 
TextDocument - Class in tml.corpus
The TextDocument class represents a whole document, which comprises a content, a title and a url.
TextDocument(int, String, String, String, String) - Constructor for class tml.corpus.TextDocument
Constructor of TextDocument.
TextImporter - Class in tml.storage.importers
TextImporter implements the simples importer of plain text, therefore it just returns the content as it is.
TextImporter() - Constructor for class tml.storage.importers.TextImporter
 
TextPassage - Class in tml.corpus
This class represents a text passage, that is part of a Corpus.
TextPassage(int, Corpus, String, String, String, String, String) - Constructor for class tml.corpus.TextPassage
Creates a new instance of a TextPassage.
TextPassage.TextPassageStats - Class in tml.corpus
This class represents the statistics for a TextPassage.
TextPassage.TextPassageStats() - Constructor for class tml.corpus.TextPassage.TextPassageStats
 
tml.annotators - package tml.annotators
 
tml.corpus - package tml.corpus
Implements all the classes required for corpora management as Bags of Words, it also includes NLP for sentences.
tml.sql - package tml.sql
 
tml.storage - package tml.storage
Implements a repository of documents, from which several corpora can be obtained.
tml.storage.importers - package tml.storage.importers
Importers implement text cleaning from different file formats.
tml.utils - package tml.utils
Implements methods that are not directly related to pure TM, such as NLP parsing and matrix management.
tml.vectorspace - package tml.vectorspace
Implements a Vector Space Model, that can be later transformed using Latent Semantic Analysis.
tml.vectorspace.factorisation - package tml.vectorspace.factorisation
 
tml.vectorspace.operations - package tml.vectorspace.operations
Operations are predefined sets of interesting information that can be obtained from a Semantic Space.
tml.vectorspace.operations.results - package tml.vectorspace.operations.results
Operation results implement storage for the results of each operation.
tml.vectorspace.operations.summarization - package tml.vectorspace.operations.summarization
 
tml.vectorspace.operations.visualizations - package tml.vectorspace.operations.visualizations
 
TmlAnnotatorTask - Class in tml.storage
 
TmlAnnotatorTask(Repository) - Constructor for class tml.storage.TmlAnnotatorTask
 
TmlCleanupTask - Class in tml.storage
 
TmlCleanupTask(Repository) - Constructor for class tml.storage.TmlCleanupTask
 
TmlCommandLine - Class in <Unnamed>
Command line interface for TML, this is probably the easiest way to access it.
TmlCommandLine() - Constructor for class TmlCommandLine
 
TmlIndexerTask - Class in tml.storage
 
TmlIndexerTask(Repository) - Constructor for class tml.storage.TmlIndexerTask
 
toString() - Method in class tml.corpus.Corpus
Returns the name of the Corpus.
toString() - Method in class tml.corpus.CorpusParameters
 
toString() - Method in class tml.corpus.Term
The default string for a Term is it's own word
toString() - Method in class tml.corpus.TextDocument
The default view of a TextDocument is its title
toString() - Method in class tml.corpus.TextPassage
Basic output of a text passage
toString() - Method in class tml.storage.RepositoryEvent
 
toString() - Method in class tml.utils.Stats
Returns a string summarising the stats so far.
toString() - Method in class tml.vectorspace.operations.AbstractOperation
 
toString() - Method in class tml.vectorspace.operations.results.LexiconAnalysisResult
 
toString() - Method in class tml.vectorspace.operations.results.PassageClusteringLingoResult
 
toString() - Method in class tml.vectorspace.SemanticSpace
Overrides the default toString method and replaces it with the SemanticSpace name

A C D E F G H I J K L M N O P R S T U V W X Y