Uses of Class
salsa.corpora.elements.Corpus

Packages that use Corpus
salsa.corpora.processing   
salsa.corpora.xmlparser   
 

Uses of Corpus in salsa.corpora.processing
 

Constructors in salsa.corpora.processing with parameters of type Corpus
CorpusProcessor(Corpus corpus)
          Default constructor that takes the Corpus as an argument.
 

Uses of Corpus in salsa.corpora.xmlparser
 

Methods in salsa.corpora.xmlparser that return Corpus
 Corpus CorpusHandler.getCorpus()
          This returns the Corpus that has been read out of the XML file.
 Corpus CorpusParser.parseCorpusFromFile(java.lang.String aFileName)
          Parses the XML document and returns the equivalent Corpus.