# Generated by roxygen2: do not edit by hand

S3method("+",corpus)
S3method("[",corpus)
S3method("[[",corpus)
S3method("[[<-",corpus)
S3method("docvars<-",corpus)
S3method("texts<-",corpus)
S3method(applyDictionary,dfm)
S3method(as.DocumentTermMatrix,dfm)
S3method(as.matrix,similMatrix)
S3method(as.wfm,dfm)
S3method(c,corpus)
S3method(cbind,dfm)
S3method(changeunits,corpus)
S3method(collocations,character)
S3method(collocations,corpus)
S3method(collocations,tokenizedTexts)
S3method(compress,dfm)
S3method(convert,dfm)
S3method(corpus,VCorpus)
S3method(corpus,character)
S3method(corpus,corpusSource)
S3method(corpus,data.frame)
S3method(corpus,kwic)
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(head,tokenSequences)
S3method(kwic,character)
S3method(kwic,corpus)
S3method(kwic,tokenizedTexts)
S3method(lexdiv,dfm)
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_NB_fitted)
S3method(predict,textmodel_wordscores_fitted)
S3method(print,corpus)
S3method(print,kwic)
S3method(print,settings)
S3method(print,similMatrix)
S3method(print,textmodel_NB_fitted)
S3method(print,textmodel_NB_predicted)
S3method(print,textmodel_wordfish_fitted)
S3method(print,textmodel_wordscores_fitted)
S3method(print,textmodel_wordscores_predicted)
S3method(print,tokenSequences)
S3method(print,tokenizedTexts)
S3method(quantedaformat2dtm,dfm)
S3method(rbind,dfm)
S3method(readability,character)
S3method(readability,corpus)
S3method(sample,corpus)
S3method(sample,default)
S3method(sample,dfm)
S3method(scrabble,character)
S3method(segment,character)
S3method(segment,corpus)
S3method(selectFeatures,collocations)
S3method(selectFeatures,dfm)
S3method(selectFeatures,tokenizedTexts)
S3method(selectFeaturesOLD,tokenizedTexts)
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(tail,tokenSequences)
S3method(texts,character)
S3method(texts,corpus)
S3method(texts,corpusSource)
S3method(tfidf,dfm)
S3method(toLower,"NULL")
S3method(toLower,character)
S3method(toLower,corpus)
S3method(toLower,tokenizedTexts)
S3method(toUpper,"NULL")
S3method(toUpper,character)
S3method(toUpper,corpus)
S3method(toUpper,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("texts<-")
export(applyDictionary)
export(as.DocumentTermMatrix)
export(as.dfm)
export(as.tokenizedTexts)
export(as.wfm)
export(changeunits)
export(collocations)
export(compress)
export(convert)
export(corpus)
export(describeTexts)
export(dfm)
export(dfm2ldaformat)
export(dictionary)
export(docfreq)
export(docnames)
export(docvars)
export(encoding)
export(features)
export(findSequences)
export(is.corpus)
export(is.dfm)
export(is.tokenizedTexts)
export(joinTokens)
export(kwic)
export(lexdiv)
export(metacorpus)
export(metadoc)
export(ndoc)
export(nfeature)
export(ngrams)
export(nsentence)
export(ntoken)
export(ntype)
export(phrasetotoken)
export(quantedaformat2dtm)
export(readability)
export(removeFeatures)
export(sample)
export(scrabble)
export(segment)
export(selectFeatures)
export(selectFeaturesOLD)
export(settings)
export(similarity)
export(skipgrams)
export(smoother)
export(stopwords)
export(syllables)
export(textfile)
export(textmodel)
export(textmodel_NB)
export(textmodel_ca)
export(textmodel_wordfish)
export(textmodel_wordscores)
export(texts)
export(tf)
export(tfidf)
export(toLower)
export(toUpper)
export(tokenize)
export(topfeatures)
export(trim)
export(trimdfm)
export(weight)
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(colMeans)
exportMethods(colSums)
exportMethods(head)
exportMethods(phrasetotoken)
exportMethods(print)
exportMethods(rowMeans)
exportMethods(rowSums)
exportMethods(show)
exportMethods(similarity)
exportMethods(t)
exportMethods(tail)
exportMethods(textfile)
import(Matrix)
import(ca)
import(data.table)
import(methods)
import(stringi)
importFrom(Rcpp,evalCpp)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(httr,GET)
importFrom(httr,write_disk)
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,setNames)
importFrom(stringi,stri_match)
importFrom(stringi,stri_replace)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,combn)
importFrom(utils,glob2rx)
importFrom(utils,installed.packages)
importFrom(utils,type.convert)
importFrom(utils,unzip)
useDynLib(quanteda)
