Uses of Class
tml.vectorspace.NoDocumentsInCorpusException

Packages that use NoDocumentsInCorpusException
tml.corpus Implements all the classes required for corpora management as Bags of Words, it also includes NLP for sentences. 
 

Uses of NoDocumentsInCorpusException in tml.corpus
 

Methods in tml.corpus that throw NoDocumentsInCorpusException
 void SimpleCorpus.load()
          Loads the corpus (if not loaded automatically).
 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
 void SimpleCorpus.loadTfIdfNormalised()
           
 

Constructors in tml.corpus that throw NoDocumentsInCorpusException
SimpleCorpus(java.lang.String pathToDocuments, java.lang.String pathToRepository)
           
SimpleCorpus(java.lang.String pathToDocuments, java.lang.String pathToRepository, boolean load)