TML documentation

Packages
tml General package, only used as container for the configuration of the library.
tml.annotators  
tml.corpus Implements all the classes required for corpora management as Bags of Words, it also includes NLP for sentences.
tml.sql  
tml.storage Implements a repository of documents, from which several corpora can be obtained.
tml.storage.importers Importers implement text cleaning from different file formats.
tml.test  
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.factorisation  
tml.vectorspace.operations Operations are predefined sets of interesting information that can be obtained from a Semantic Space.
tml.vectorspace.operations.results Operation results implement storage for the results of each operation.
tml.vectorspace.operations.summarization  
tml.vectorspace.operations.visualizations