# Generated by roxygen2: do not edit by hand

S3method(as.coefficients_textmodel,data.frame)
S3method(as.coefficients_textmodel,numeric)
S3method(as.dfm,textmodel_lsa)
S3method(as.statistics_textmodel,data.frame)
S3method(as.statistics_textmodel,matrix)
S3method(coef,predict.textmodel_affinity)
S3method(coef,textmodel_ca)
S3method(coef,textmodel_lsa)
S3method(coef,textmodel_nb)
S3method(coef,textmodel_svm)
S3method(coef,textmodel_svmlin)
S3method(coef,textmodel_wordfish)
S3method(coef,textmodel_wordscores)
S3method(coefficients,predict.textmodel_affinity)
S3method(coefficients,textmodel_nb)
S3method(coefficients,textmodel_svm)
S3method(coefficients,textmodel_svmlin)
S3method(coefficients,textmodel_wordscores)
S3method(docnames,textmodel)
S3method(featnames,textmodel)
S3method(influence,predict.textmodel_affinity)
S3method(ndoc,textmodel)
S3method(nfeat,textmodel)
S3method(predict,textmodel_affinity)
S3method(predict,textmodel_lsa)
S3method(predict,textmodel_nb)
S3method(predict,textmodel_svm)
S3method(predict,textmodel_svmlin)
S3method(predict,textmodel_wordfish)
S3method(predict,textmodel_wordscores)
S3method(print,coefficients_textmodel)
S3method(print,influence.predict.textmodel_affinity)
S3method(print,predict.textmodel_affinity)
S3method(print,predict.textmodel_nb)
S3method(print,predict.textmodel_svm)
S3method(print,predict.textmodel_svmlin)
S3method(print,predict.textmodel_wordfish)
S3method(print,predict.textmodel_wordscores)
S3method(print,statistics_textmodel)
S3method(print,summary.influence.predict.textmodel_affinity)
S3method(print,summary.textmodel)
S3method(print,textmodel_affinity)
S3method(print,textmodel_nb)
S3method(print,textmodel_svm)
S3method(print,textmodel_svmlin)
S3method(print,textmodel_wordfish)
S3method(print,textmodel_wordscores)
S3method(resid,predict.textmodel_affinity)
S3method(residuals,predict.textmodel_affinity)
S3method(rstandard,predict.textmodel_affinity)
S3method(summary,influence.predict.textmodel_affinity)
S3method(summary,textmodel_nb)
S3method(summary,textmodel_svm)
S3method(summary,textmodel_svmlin)
S3method(summary,textmodel_wordfish)
S3method(summary,textmodel_wordscores)
S3method(textmodel_affinity,default)
S3method(textmodel_affinity,dfm)
S3method(textmodel_affinity,dfm_bootstrap)
S3method(textmodel_ca,default)
S3method(textmodel_ca,dfm)
S3method(textmodel_lsa,dfm)
S3method(textmodel_nb,default)
S3method(textmodel_nb,dfm)
S3method(textmodel_svm,default)
S3method(textmodel_svm,dfm)
S3method(textmodel_svmlin,default)
S3method(textmodel_svmlin,dfm)
S3method(textmodel_wordfish,default)
S3method(textmodel_wordfish,dfm)
S3method(textmodel_wordscores,default)
S3method(textmodel_wordscores,dfm)
S3method(textplot_influence,default)
S3method(textplot_influence,influence.predict.textmodel_affinity)
S3method(textplot_influence,summary.influence.predict.textmodel_affinity)
S3method(textplot_scale1d,default)
S3method(textplot_scale1d,predict.textmodel_wordscores)
S3method(textplot_scale1d,textmodel_ca)
S3method(textplot_scale1d,textmodel_wordfish)
S3method(textplot_scale1d,textmodel_wordscores)
export(affinity)
export(as.coefficients_textmodel)
export(as.statistics_textmodel)
export(as.summary.textmodel)
export(coefficients.textmodel_ca)
export(coefficients.textmodel_lsa)
export(coefficients.textmodel_wordfish)
export(textmodel_affinity)
export(textmodel_ca)
export(textmodel_lsa)
export(textmodel_nb)
export(textmodel_svm)
export(textmodel_svmlin)
export(textmodel_wordfish)
export(textmodel_wordscores)
export(textplot_influence)
export(textplot_scale1d)
importFrom(LiblineaR,LiblineaR)
importFrom(RSSL,svmlin)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(SparseM,as.matrix.csr)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(methods,new)
importFrom(quanteda,as.dfm)
importFrom(quanteda,colSums)
importFrom(quanteda,dfm_group)
importFrom(quanteda,dfm_smooth)
importFrom(quanteda,dfm_trim)
importFrom(quanteda,dfm_weight)
importFrom(quanteda,docfreq)
importFrom(quanteda,docnames)
importFrom(quanteda,featnames)
importFrom(quanteda,ndoc)
importFrom(quanteda,nfeat)
importFrom(quanteda,ntoken)
importFrom(quanteda,quanteda_options)
importFrom(quanteda,rowSums)
importFrom(quanteda,t)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,influence)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,reorder)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,rstandard)
importFrom(stats,sd)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_trans_totitle)
importFrom(utils,head)
useDynLib("quanteda.textmodels", .registration = TRUE)
