org.knowceans.corpus
Interface IRandomAccessTermCorpusFiltered

All Superinterfaces:
ITermCorpusFiltered
All Known Implementing Classes:
AmqCorpus, TermCorpus

public interface IRandomAccessTermCorpusFiltered
extends ITermCorpusFiltered

IRandomAccessTermCorpusFiltered is an interface for corpora to provide information on filtered terms with random access functionality. In a filtered corpus, the value nterms and the return values of the maps and vectors for terms refer to the unfiltered terms (as this is the relevant figure for processing algorithms). This interface provides additional getters for filtered terms that simply add a suffix *Filtered.


Method Summary
 java.util.ArrayList<java.util.Map<java.lang.Integer,java.lang.Integer>> getDocTermsFiltered()
          Get list of document term maps (index->freq).
 
Methods inherited from interface org.knowceans.corpus.ITermCorpusFiltered
getDocTermsFiltered, getNtermsFiltered, getNwordsFiltered
 

Method Detail

getDocTermsFiltered

java.util.ArrayList<java.util.Map<java.lang.Integer,java.lang.Integer>> getDocTermsFiltered()
Get list of document term maps (index->freq).

Returns: