# Generated by roxygen2 (4.1.1): do not edit by hand

S3method("+",corpus)
S3method("[",corpus)
S3method("[",dfm)
S3method(applyDictionary,dfm)
S3method(as.DocumentTermMatrix,dfm)
S3method(as.wfm,dfm)
S3method(changeunits,corpus)
S3method(collocations,character)
S3method(collocations,corpus)
S3method(collocations,tokenizedTexts)
S3method(convert,dfm)
S3method(corpus,VCorpus)
S3method(corpus,character)
S3method(corpus,corpusSource)
S3method(dfm,character)
S3method(dfm,corpus)
S3method(dfm,tokenizedTexts)
S3method(dfm2ldaformat,dfm)
S3method(docnames,corpus)
S3method(docnames,dfm)
S3method(docvars,corpus)
S3method(docvars,corpusSource)
S3method(encoding,character)
S3method(encoding,corpus)
S3method(encoding,corpusSource)
S3method(features,dfm)
S3method(head,dfm)
S3method(kwic,character)
S3method(kwic,corpus)
S3method(kwic,tokenizedTexts)
S3method(lexdiv,dfm)
S3method(lexdiv,numeric)
S3method(metacorpus,corpus)
S3method(metadoc,corpus)
S3method(ndoc,corpus)
S3method(ndoc,dfm)
S3method(nfeature,corpus)
S3method(nfeature,dfm)
S3method(ngrams,character)
S3method(ngrams,tokenizedTexts)
S3method(nsentence,character)
S3method(nsentence,corpus)
S3method(ntoken,character)
S3method(ntoken,corpus)
S3method(ntoken,dfm)
S3method(ntoken,tokenizedTexts)
S3method(ntype,character)
S3method(ntype,corpus)
S3method(ntype,dfm)
S3method(ntype,tokenizedTexts)
S3method(plot,dfm)
S3method(plot,kwic)
S3method(predict,textmodel_wordscores_fitted)
S3method(print,corpus)
S3method(print,kwic)
S3method(print,settings)
S3method(print,textmodel_wordfish_fitted)
S3method(print,textmodel_wordscores_fitted)
S3method(print,textmodel_wordscores_predicted)
S3method(print,tokenizedTexts)
S3method(quantedaformat2dtm,dfm)
S3method(readability,character)
S3method(readability,corpus)
S3method(removeFeatures,collocations)
S3method(removeFeatures,dfm)
S3method(removeFeatures,tokenizedTexts)
S3method(sample,corpus)
S3method(sample,default)
S3method(sample,dfm)
S3method(scrabble,character)
S3method(segment,character)
S3method(segment,corpus)
S3method(selectFeatures,dfm)
S3method(settings,corpus)
S3method(settings,default)
S3method(settings,dfm)
S3method(skipgrams,character)
S3method(skipgrams,tokenizedTexts)
S3method(sort,dfm)
S3method(subset,corpus)
S3method(summary,character)
S3method(summary,corpus)
S3method(summary,textmodel_wordfish_fitted)
S3method(summary,textmodel_wordscores_fitted)
S3method(summary,textmodel_wordscores_predicted)
S3method(syllables,character)
S3method(syllables,tokenizedTexts)
S3method(tail,dfm)
S3method(texts,character)
S3method(texts,corpus)
S3method(texts,corpusSource)
S3method(toLower,"NULL")
S3method(toLower,character)
S3method(toLower,corpus)
S3method(toLower,tokenizedTexts)
S3method(tokenize,character)
S3method(tokenize,corpus)
S3method(topfeatures,dfm)
S3method(topfeatures,dgCMatrix)
S3method(wordstem,character)
S3method(wordstem,dfm)
S3method(wordstem,tokenizedTexts)
export("docnames<-")
export("docvars<-")
export("metacorpus<-")
export("metadoc<-")
export("settings<-")
export(applyDictionary)
export(as.DocumentTermMatrix)
export(as.dfm)
export(as.wfm)
export(cbind.dfm)
export(changeunits)
export(collocations)
export(convert)
export(corpus)
export(describeTexts)
export(dfm)
export(dfm2ldaformat)
export(dictionary)
export(docfreq)
export(docnames)
export(docvars)
export(encoding)
export(features)
export(is.corpus)
export(is.dfm)
export(is.tokenizedTexts)
export(kwic)
export(lexdiv)
export(metacorpus)
export(metadoc)
export(ndoc)
export(nfeature)
export(ngrams)
export(nsentence)
export(ntoken)
export(ntype)
export(phrasetotoken)
export(phrasetotoken.corpus)
export(quantedaformat2dtm)
export(readability)
export(removeFeatures)
export(sample)
export(scrabble)
export(segment)
export(selectFeatures)
export(settings)
export(similarity)
export(skipgrams)
export(smoother)
export(stopwords)
export(stopwordsGet)
export(stopwordsRemove)
export(syllables)
export(textfile)
export(textmodel)
export(textmodel_ca)
export(textmodel_wordfish)
export(textmodel_wordscores)
export(texts)
export(tf)
export(tfidf)
export(toLower)
export(tokenize)
export(topfeatures)
export(trim)
export(trimdfm)
export(weight)
export(weighting)
export(wordstem)
exportClasses(corpusSource)
exportClasses(dfm)
exportClasses(dfmDense)
exportClasses(dfmSparse)
exportClasses(textmodel_fitted)
exportClasses(textmodel_wordfish_fitted)
exportClasses(textmodel_wordfish_predicted)
exportClasses(textmodel_wordscores_fitted)
exportClasses(textmodel_wordscores_predicted)
exportMethods(as.data.frame)
exportMethods(as.matrix)
exportMethods(colSums)
exportMethods(phrasetotoken)
exportMethods(print)
exportMethods(rowSums)
exportMethods(show)
exportMethods(similarity)
exportMethods(t)
exportMethods(textfile)
import(Matrix)
import(ca)
import(data.table)
import(methods)
import(stringi)
importFrom(Rcpp,evalCpp)
importFrom(graphics,plot)
importFrom(parallel,mclapply)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.response)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,window)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,glob2rx)
importFrom(utils,unzip)
useDynLib(quanteda)
