# Generated by roxygen2: do not edit by hand

S3method("[",textstat)
S3method(as.data.frame,textstat_proxy)
S3method(as.list,textstat_proxy)
S3method(head,textstat_proxy)
S3method(nscrabble,character)
S3method(nscrabble,default)
S3method(nsyllable,tokens)
S3method(tail,textstat_proxy)
S3method(textstat_collocations,character)
S3method(textstat_collocations,corpus)
S3method(textstat_collocations,default)
S3method(textstat_collocations,tokens)
S3method(textstat_dist,default)
S3method(textstat_dist,dfm)
S3method(textstat_entropy,default)
S3method(textstat_entropy,dfm)
S3method(textstat_frequency,default)
S3method(textstat_frequency,dfm)
S3method(textstat_keyness,default)
S3method(textstat_keyness,dfm)
S3method(textstat_lexdiv,default)
S3method(textstat_lexdiv,dfm)
S3method(textstat_lexdiv,tokens)
S3method(textstat_readability,character)
S3method(textstat_readability,corpus)
S3method(textstat_readability,default)
S3method(textstat_select,default)
S3method(textstat_select,textstat)
S3method(textstat_simil,default)
S3method(textstat_simil,dfm)
S3method(textstat_summary,corpus)
S3method(textstat_summary,default)
S3method(textstat_summary,dfm)
S3method(textstat_summary,tokens)
export(nscrabble)
export(textstat_collocations)
export(textstat_dist)
export(textstat_entropy)
export(textstat_frequency)
export(textstat_keyness)
export(textstat_lexdiv)
export(textstat_proxy)
export(textstat_readability)
export(textstat_select)
export(textstat_simil)
export(textstat_summary)
exportClasses(textstat_proxy)
exportClasses(textstat_simil_sparse)
exportClasses(textstat_simil_symm)
exportMethods(as.matrix)
exportMethods(show)
import(Matrix)
import(methods)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(nsyllable,nsyllable)
importFrom(quanteda,as.corpus)
importFrom(quanteda,as.dfm)
importFrom(quanteda,as.tokens)
importFrom(quanteda,char_tolower)
importFrom(quanteda,char_trim)
importFrom(quanteda,corpus)
importFrom(quanteda,dfm)
importFrom(quanteda,dfm_compress)
importFrom(quanteda,dfm_group)
importFrom(quanteda,dfm_remove)
importFrom(quanteda,dfm_weight)
importFrom(quanteda,docnames)
importFrom(quanteda,featnames)
importFrom(quanteda,is.corpus)
importFrom(quanteda,is.dfm)
importFrom(quanteda,ndoc)
importFrom(quanteda,nsentence)
importFrom(quanteda,ntoken)
importFrom(quanteda,ntype)
importFrom(quanteda,pattern2id)
importFrom(quanteda,texts)
importFrom(quanteda,tokens)
importFrom(quanteda,tokens_chunk)
importFrom(quanteda,tokens_ngrams)
importFrom(quanteda,tokens_remove)
importFrom(quanteda,tokens_tolower)
importFrom(quanteda,types)
importFrom(stats,ave)
importFrom(stats,chisq.test)
importFrom(stats,na.omit)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_length)
importFrom(stringi,stri_split_boundaries)
importFrom(stringi,stri_sub)
useDynLib("quanteda.textstats", .registration = TRUE)
