Uses of Package
org.knowceans.corpus

Packages that use org.knowceans.corpus
org.knowceans.corpus   
org.knowceans.corpus.analysis   
org.knowceans.corpus.parsers   
org.knowceans.corpus.parsers.dpa   
org.knowceans.corpus.parsers.epg   
org.knowceans.corpus.parsers.igdbib   
org.knowceans.corpus.parsers.nips   
org.knowceans.corpus.parsers.reuters   
org.knowceans.corpus.xpert   
org.knowceans.dirichlet.atm   
org.knowceans.dirichlet.lda   
org.knowceans.dirichlet.sandbox   
 

Classes in org.knowceans.corpus used by org.knowceans.corpus
ICategories
          ICategories handles category names and ids defined for corpus documents
IRandomAccessTermCorpus
          IRandomAccessCorpus provides term corpus functionality that allows direct access to all fields in the corpus, i.e., the complete lists / map of indices can be read.
IRandomAccessTermCorpusFiltered
          IRandomAccessTermCorpusFiltered is an interface for corpora to provide information on filtered terms with random access functionality.
ITermCorpus
          ITermCorpus is the interface of a term corpus that provides lookup functionality for terms and documents (from id to matrix index) as well as access to term and word vectors of the corpus.
ITermCorpusFiltered
          IFilteredCorpus is an interface for corpora to provide information on filtered terms.
LuceneCorpus
          LuceneTermCorpus creates a TermCorpus interface around a lucene index.
TermCorpus
          TermCorpusCps collects terms from different documents and creates a corpus from them with a one-to-one term <-> id assignment.
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.analysis
AmqCorpus
          ActorMediaCorpus implements an AMQ corpus, i.e., a document corpus with added functionality for authors and queriers.
TermCorpus
          TermCorpusCps collects terms from different documents and creates a corpus from them with a one-to-one term <-> id assignment.
TermCorpusOld
          Deprecated. use TermCorpusCps, which has faster list implementations and provides interface definitions.
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.parsers
ADocument
          ADocument is an abstract document, which can be subclassed to reflect special features of a corpus.
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.parsers.dpa
ADocument
          ADocument is an abstract document, which can be subclassed to reflect special features of a corpus.
ICategories
          ICategories handles category names and ids defined for corpus documents
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.parsers.epg
ADocument
          ADocument is an abstract document, which can be subclassed to reflect special features of a corpus.
ICategories
          ICategories handles category names and ids defined for corpus documents
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.parsers.igdbib
ADocument
          ADocument is an abstract document, which can be subclassed to reflect special features of a corpus.
ICategories
          ICategories handles category names and ids defined for corpus documents
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.parsers.nips
ADocument
          ADocument is an abstract document, which can be subclassed to reflect special features of a corpus.
AmqCorpus
          ActorMediaCorpus implements an AMQ corpus, i.e., a document corpus with added functionality for authors and queriers.
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.parsers.reuters
ADocument
          ADocument is an abstract document, which can be subclassed to reflect special features of a corpus.
ICategories
          ICategories handles category names and ids defined for corpus documents
 

Classes in org.knowceans.corpus used by org.knowceans.corpus.xpert
ADocument
          ADocument is an abstract document, which can be subclassed to reflect special features of a corpus.
ICategories
          ICategories handles category names and ids defined for corpus documents
TermCorpusOld
          Deprecated. use TermCorpusCps, which has faster list implementations and provides interface definitions.
 

Classes in org.knowceans.corpus used by org.knowceans.dirichlet.atm
AmqCorpus
          ActorMediaCorpus implements an AMQ corpus, i.e., a document corpus with added functionality for authors and queriers.
 

Classes in org.knowceans.corpus used by org.knowceans.dirichlet.lda
ITermCorpus
          ITermCorpus is the interface of a term corpus that provides lookup functionality for terms and documents (from id to matrix index) as well as access to term and word vectors of the corpus.
TermCorpus
          TermCorpusCps collects terms from different documents and creates a corpus from them with a one-to-one term <-> id assignment.
 

Classes in org.knowceans.corpus used by org.knowceans.dirichlet.sandbox
ITermCorpus
          ITermCorpus is the interface of a term corpus that provides lookup functionality for terms and documents (from id to matrix index) as well as access to term and word vectors of the corpus.