Uses of Class
tml.storage.Repository

Packages that use Repository
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.vectorspace.operations Operations are predefined sets of interesting information that can be obtained from a Semantic Space. 
 

Uses of Repository in tml.corpus
 

Methods in tml.corpus that return Repository
 Repository Corpus.getRepository()
           
 

Methods in tml.corpus with parameters of type Repository
 void TextDocument.load(Repository repository)
          Loads the corpora for the TextDocument with all the parameters that the document has set.
 void SentenceCorpus.load(Repository storage)
           
 void Corpus.load(Repository repository)
          Loads the content of the documents in the query and creates the term-doc matrix
 

Uses of Repository in tml.sql
 

Methods in tml.sql with parameters of type Repository
 void DbConnection.insertDocument(Repository repo, org.apache.lucene.document.Document document)
           
 

Uses of Repository in tml.storage
 

Constructors in tml.storage with parameters of type Repository
DocumentAnnotator(Repository repo)
           
DocumentCleanup(Repository repo)
           
TmlAnnotatorTask(Repository repo)
           
TmlCleanupTask(Repository repo)
           
TmlIndexerTask(Repository repo)
           
 

Uses of Repository in tml.vectorspace.operations
 

Methods in tml.vectorspace.operations that return Repository
 Repository AbstractOperation.getRepository()