-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.68 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# 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.statistics_textmodel,data.frame)
S3method(as.statistics_textmodel,matrix)
S3method(as.textmodel_lss,matrix)
S3method(as.textmodel_lss,numeric)
S3method(as.textmodel_lss,textmodel_lss)
S3method(as.textmodel_lss,textmodel_wordvector)
S3method(coef,textmodel_lss)
S3method(diagnosys,character)
S3method(diagnosys,corpus)
S3method(predict,textmodel_lss)
S3method(print,coefficients_textmodel)
S3method(print,statistics_textmodel)
S3method(print,summary.textmodel)
S3method(print,textmodel_lss)
S3method(summary,textmodel_lss)
S3method(textmodel_lss,dfm)
S3method(textmodel_lss,fcm)
S3method(textplot_components,textmodel_lss)
S3method(textplot_simil,textmodel_lss)
S3method(textplot_terms,textmodel_lss)
export(as.coefficients_textmodel)
export(as.seedwords)
export(as.statistics_textmodel)
export(as.summary.textmodel)
export(as.textmodel_lss)
export(bootstrap_lss)
export(char_context)
export(coefficients.textmodel_lss)
export(cohesion)
export(diagnosys)
export(optimize_lss)
export(seedwords)
export(smooth_lss)
export(textmodel_lss)
export(textplot_components)
export(textplot_simil)
export(textplot_terms)
export(textstat_context)
import(ggplot2)
import(ggrepel)
import(locfit)
import(methods)
import(stats)
import(stringi)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,t)
importFrom(Matrix,tcrossprod)
importFrom(Matrix,tril)
importFrom(ggrepel,geom_text_repel)
importFrom(quanteda,as.dfm)
importFrom(quanteda,check_character)
importFrom(quanteda,check_double)
importFrom(quanteda,check_integer)
importFrom(quanteda,check_logical)
importFrom(quanteda,convert)
importFrom(quanteda,corpus)
importFrom(quanteda,dfm)
importFrom(quanteda,dfm_group)
importFrom(quanteda,dfm_lookup)
importFrom(quanteda,dfm_match)
importFrom(quanteda,dfm_remove)
importFrom(quanteda,dfm_select)
importFrom(quanteda,dfm_trim)
importFrom(quanteda,dictionary)
importFrom(quanteda,featnames)
importFrom(quanteda,is.dfm)
importFrom(quanteda,is.dictionary)
importFrom(quanteda,is.tokens)
importFrom(quanteda,meta)
importFrom(quanteda,ntoken)
importFrom(quanteda,texts)
importFrom(quanteda,tokens)
importFrom(quanteda,tokens_ngrams)
importFrom(quanteda,tokens_remove)
importFrom(quanteda,tokens_select)
importFrom(quanteda.textstats,textstat_keyness)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_trans_totitle)
importFrom(utils,head)