-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
136 lines (135 loc) · 3.51 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Generated by roxygen2: do not edit by hand
S3method(as_term_list,character)
S3method(as_term_list,dictionary)
S3method(as_term_list,dictionary2)
S3method(as_term_list,list)
S3method(coverage,default)
S3method(coverage,hierarchical_term_count)
S3method(coverage,search_term)
S3method(coverage,term_count)
S3method(get_text,term_count)
S3method(plot,classify)
S3method(plot,frequent_ngrams)
S3method(plot,frequent_terms)
S3method(plot,hierarchical_coverage_regex)
S3method(plot,hierarchical_coverage_term)
S3method(plot,important_terms)
S3method(plot,ngram_collocations)
S3method(plot,tag_co_occurrence)
S3method(plot,term_count)
S3method(plot,term_loc)
S3method(plot,token_count)
S3method(plot,validate_model)
S3method(print,as_terms)
S3method(print,combine_counts)
S3method(print,coverage)
S3method(print,evaluate)
S3method(print,frequent_terms)
S3method(print,frequent_terms_co_occurrence)
S3method(print,hierarchical_coverage)
S3method(print,hierarchical_coverage_regex)
S3method(print,important_terms)
S3method(print,probe_list)
S3method(print,search_term)
S3method(print,split_data)
S3method(print,summary.validate_model)
S3method(print,summary_hierarchical_coverage_regex)
S3method(print,term_count)
S3method(print,term_list)
S3method(print,term_list_template)
S3method(print,termco_nested)
S3method(print,termco_unnested)
S3method(print,validate_model)
S3method(set_meta_tags,data.frame)
S3method(set_meta_tags,list)
S3method(split_data,data.frame)
S3method(split_data,default)
S3method(summary,hierarchical_coverage_regex)
S3method(summary,validate_model)
S3method(test_regex,character)
S3method(test_regex,list)
S3method(test_regex,term_list)
S3method(test_regex,termco_nested)
S3method(test_regex,termco_unnested)
S3method(weight,term_count)
S3method(weight,token_count)
export("as_count<-")
export(all_words)
export(as_count)
export(as_dtm)
export(as_tdm)
export(as_term_list)
export(as_terms)
export(assign_validation_task)
export(classification_project)
export(classification_template)
export(classify)
export(collapse_tags)
export(colo)
export(combine_counts)
export(coverage)
export(drop_terms)
export(drop_terms_fixed)
export(drop_terms_regex)
export(evaluate)
export(frequent_ngrams)
export(frequent_terms)
export(frequent_terms_co_occurrence)
export(get_text)
export(get_uncovered)
export(group_cols)
export(group_names)
export(hierarchical_coverage_regex)
export(hierarchical_coverage_term)
export(important_terms)
export(is.global)
export(keep_terms)
export(keep_terms_fixed)
export(keep_terms_regex)
export(match_word)
export(mutate_counts)
export(ngram_collocations)
export(plot.tag_co_occurrence)
export(plot_ca)
export(plot_counts)
export(plot_cum_percent)
export(plot_freq)
export(plot_upset)
export(probe_colo_list)
export(probe_colo_plot)
export(probe_colo_plot_list)
export(probe_list)
export(read_term_list)
export(rename_tags)
export(search_term)
export(search_term_collocations)
export(search_term_which)
export(select_counts)
export(set_meta_tags)
export(source_term_list)
export(split_data)
export(tag_co_occurrence)
export(tag_cols)
export(tag_names)
export(term_after)
export(term_before)
export(term_cols)
export(term_count)
export(term_first)
export(term_list_template)
export(test_regex)
export(tidy_counts)
export(token_count)
export(uncovered)
export(unnest_source_term_list)
export(unnest_term_list)
export(validate_model)
export(weight)
export(write_term_list)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(dplyr,"%>%")
importFrom(gofastr,as_dtm)
importFrom(gofastr,as_tdm)
importFrom(stopwords,stopwords)