|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use tml.corpus | |
---|---|
tml.corpus | Implements all the classes required for corpora management as Bags of Words, it also includes NLP for sentences. |
tml.storage | Implements a repository of documents, from which several corpora can be obtained. |
tml.utils | Implements methods that are not directly related to pure TM, such as NLP parsing and matrix management. |
tml.vectorspace | Implements a Vector Space Model, that can be later transformed using Latent Semantic Analysis. |
tml.vectorspace.operations | Operations are predefined sets of interesting information that can be obtained from a Semantic Space. |
tml.vectorspace.operations.summarization |
Classes in tml.corpus used by tml.corpus | |
---|---|
Corpus
A Corpus is a set of TextPassage s
that are processed to build a SemanticSpace . |
|
Corpus.PassageFreqs
|
|
CorpusParameters
Class that encapsulates all the parameters required to create a Corpus and its corresponding SemanticSpace . |
|
CorpusParameters.DimensionalityReduction
Criteria by which a SemanticSpace will reduce (or not) the
dimensions of the space. |
|
CorpusParameters.TermSelection
The criteria to select the terms that will be kept in the corpus |
|
ParagraphCorpus
Corpus that represents the paragraphs of a TextDocument |
|
SentenceCorpus
Class representing a corpus formed with the sentences of a document |
|
Term
The Term class represents a unique word within a Corpus . |
|
TextDocument
The TextDocument class represents a whole document, which comprises a content, a title and a url. |
|
TextPassage
This class represents a text passage, that is part of a Corpus . |
Classes in tml.corpus used by tml.storage | |
---|---|
TextDocument
The TextDocument class represents a whole document, which comprises a content, a title and a url. |
Classes in tml.corpus used by tml.utils | |
---|---|
Corpus
A Corpus is a set of TextPassage s
that are processed to build a SemanticSpace . |
Classes in tml.corpus used by tml.vectorspace | |
---|---|
Corpus
A Corpus is a set of TextPassage s
that are processed to build a SemanticSpace . |
Classes in tml.corpus used by tml.vectorspace.operations | |
---|---|
Corpus
A Corpus is a set of TextPassage s
that are processed to build a SemanticSpace . |
Classes in tml.corpus used by tml.vectorspace.operations.summarization | |
---|---|
Corpus
A Corpus is a set of TextPassage s
that are processed to build a SemanticSpace . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |