-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.41 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
S3method(as.coefficients_textmodel,data.frame)
S3method(as.coefficients_textmodel,matrix)
S3method(as.coefficients_textmodel,numeric)
S3method(as.dictionary,textmodel_newsmap)
S3method(as.list,textmodel_newsmap)
S3method(as.statistics_textmodel,data.frame)
S3method(as.statistics_textmodel,matrix)
S3method(coef,textmodel_newsmap)
S3method(coefficients,textmodel_newsmap)
S3method(predict,textmodel_newsmap)
S3method(print,coefficients_textmodel)
S3method(print,statistics_textmodel)
S3method(print,summary.textmodel)
S3method(print,textmodel_newsmap)
S3method(summary,textmodel_newsmap)
S3method(summary,textmodel_newsmap_accuracy)
S3method(textmodel_newsmap,dfm)
export(accuracy)
export(afe)
export(as.coefficients_textmodel)
export(as.statistics_textmodel)
export(as.summary.textmodel)
export(textmodel_newsmap)
import(Matrix)
import(quanteda)
importFrom(methods,as)
importFrom(quanteda,as.dfm)
importFrom(quanteda,check_double)
importFrom(quanteda,check_logical)
importFrom(quanteda,colSums)
importFrom(quanteda,dfm_subset)
importFrom(quanteda,dfm_trim)
importFrom(quanteda,featnames)
importFrom(quanteda,is.dfm)
importFrom(quanteda,nfeat)
importFrom(quanteda,rowSums)
importFrom(quanteda.textstats,textstat_entropy)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_trans_totitle)