API Documentation

Types

Exported functions

CitableCorpusAnalysis.talexiconFunction

Create a lexicon (a Dict of tokens to counts) from a CitableTextCorpus using the lexicon function of the TextAnalysis module.

talexicon(c)
source
CitableCorpusAnalysis.dtmatrixFunction

Creates the document-term matrix for a CitableTextCorpus in dense matrix format.

dtmatrix(c)

Note that this relies on the dictionary created by TextAnalysis.lexicon().

source