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

S3method("+",corpus)
S3method("[",dfm)
S3method(as.DocumentTermMatrix,dfm)
S3method(as.wfm,dfm)
S3method(clean,character)
S3method(clean,corpus)
S3method(collocations,character)
S3method(collocations,corpus)
S3method(convert,dfm)
S3method(corpus,VCorpus)
S3method(corpus,character)
S3method(corpus,corpusSource)
S3method(dfm,character)
S3method(dfm,corpus)
S3method(dfm2ldaformat,dfm)
S3method(docnames,corpus)
S3method(docnames,dfm)
S3method(features,dfm)
S3method(kwic,character)
S3method(kwic,corpus)
S3method(lexdiv,dfm)
S3method(lexdiv,numeric)
S3method(ndoc,corpus)
S3method(ndoc,dfm)
S3method(nfeature,corpus)
S3method(nfeature,dfm)
S3method(ntoken,character)
S3method(ntoken,corpus)
S3method(plot,dfm)
S3method(predict,textmodel_wordscores_fitted)
S3method(print,corpus)
S3method(print,settings)
S3method(print,textmodel_wordfish_fitted)
S3method(print,textmodel_wordscores_fitted)
S3method(print,textmodel_wordscores_predicted)
S3method(quantedaformat2dtm,dfm)
S3method(removeFeatures,character)
S3method(removeFeatures,collocations)
S3method(removeFeatures,dfm)
S3method(segment,character)
S3method(segment,corpus)
S3method(settings,corpus)
S3method(settings,default)
S3method(settings,dfm)
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(tokenize,character)
S3method(tokenize,corpus)
S3method(topfeatures,dfm)
S3method(topfeatures,dgCMatrix)
export("docnames<-")
export("docvars<-")
export("encoding<-")
export("language<-")
export("metacorpus<-")
export("metadoc<-")
export("settings<-")
export("texts<-")
export(as.DocumentTermMatrix)
export(as.dfm)
export(as.wfm)
export(bigrams)
export(changeunits)
export(clean)
export(cleanC)
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(kwic)
export(language)
export(lexdiv)
export(metacorpus)
export(metadoc)
export(ndoc)
export(nfeature)
export(ngrams)
export(ntoken)
export(phrasetotoken)
export(phrasetotoken.corpus)
export(quantedaformat2dtm)
export(removeFeatures)
export(segment)
export(settings)
export(similarity)
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(tokenize)
export(tokenizeOnlyCppKB)
export(tokenizeOnlyScan)
export(topfeatures)
export(trim)
export(trimdfm)
export(weight)
export(weighting)
export(wordstem)
exportClasses(corpusSource)
exportClasses(dfm)
exportClasses(dfmDense)
exportClasses(dfmSparse)
exportClasses(dictionary)
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)
importFrom(Rcpp,evalCpp)
useDynLib(quanteda)
