LBGexample              dfm containing example data from Table 1 of
                        Laver Benoit and Garry (2003)
bigrams                 Create bigrams
changeunits             change the document units of a corpus
clean                   simple cleaning of text before processing
collocations            Detect collocations from text
convert                 convert a dfm to a non-quanteda format
corpus                  constructor for corpus objects
corpusSource-class      corpus source classes
dfm                     create a document-feature matrix
dfm-class               Virtual class "dfm" for a document-feature
                        matrix
dictionary-class        create a dictionary
docfreq                 get the document frequency of a feature
docnames                get or set document names
docvars                 get or set for document-level variables
encoding                get the encoding of documents in a corpus
exampleString           A paragraph of text for testing various
                        text-based functions
features                extract the feature labels from a dfm
ie2010Corpus            Irish budget speeches from 2010
inaugCorpus             A corpus of US presidential inaugural addresses
                        from 1789-2013
kwic                    List key words in context from a text or a
                        corpus of texts.
language                get or set the language of corpus documents
lexdiv                  calculate lexical diversity
metacorpus              get or set corpus metadata
metadoc                 get or set document-level meta-data
ndoc                    get the number of documents or features
ngrams                  Create ngrams
ntoken                  count the number of tokens
phrasetotoken           convert phrases into single tokens
plot.dfm                plot features as a wordcloud
print.dfm               print a dfm object
quanteda-package        An R package for the quantitative analysis of
                        textual data.
removeFeatures          remove features from an object
segment                 segment texts into component elements
settings                Get or set the corpus settings
similarity              compute similarities between documents and/or
                        features
sort.dfm                sort a dfm by one or more margins
stopwords               access built-in stopwords
subset.corpus           extract a subset of a corpus
summary.corpus          summarize a corpus or a vector of texts
syllables               count syllables in a text
textfile                read a text corpus source from a file
textmodel               fit a text model
textmodel_ca            correspondence analysis of a document-feature
                        matrix
textmodel_fitted-class
                        the fitted textmodel classes
textmodel_wordfish      wordfish text model
textmodel_wordscores    Wordscores text model
texts                   get or set corpus texts
tokenize                tokenize a set of texts
tokenizeOnly            tokenizeOnly
topfeatures             list the most frequent features
trim                    Trim a dfm using threshold-based or random
                        feature selection
ukimmigTexts            Immigration-related sections of 2010 UK party
                        manifestos
weight                  Weight the feature frequencies in a dfm by
                        various methods
wordstem                stem words
