-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
198 lines (197 loc) Β· 5.4 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# Generated by roxygen2: do not edit by hand
S3method(filter_rare,character)
S3method(filter_rare,list)
S3method(get_author_topics,default)
S3method(get_bm25_weights,list)
S3method(get_bm25_weights,mm)
S3method(get_bm25_weights,mm_file)
S3method(get_coherence_data,model_collection)
S3method(get_docs_topics,gensim.interfaces.CorpusABC)
S3method(get_perplexity_data,model_collection)
S3method(get_similarity,wrapped)
S3method(keywords,character)
S3method(keywords,list)
S3method(ldavis_as_html,pyLDAvis._prepare.PreparedData)
S3method(map_coherence,model_collection)
S3method(model_at,mm)
S3method(model_at,mm_file)
S3method(model_coherence,default)
S3method(model_coherence,gensim.models.basemodel.BaseTopicModel)
S3method(model_hdp,default)
S3method(model_hdp,mm)
S3method(model_hdp,mm_file)
S3method(model_lda,default)
S3method(model_lda,mm)
S3method(model_lda,mm_file)
S3method(model_ldamc,default)
S3method(model_ldamc,mm)
S3method(model_ldamc,mm_file)
S3method(model_logentropy,default)
S3method(model_lsi,default)
S3method(model_lsi,list)
S3method(model_lsi,wrapped)
S3method(model_norm,default)
S3method(model_norm,list)
S3method(model_norm,wrapped)
S3method(model_poincare,character)
S3method(model_poincare,list)
S3method(model_poincare,python.builtin.str)
S3method(model_poincare,python.builtin.tuple)
S3method(model_rp,default)
S3method(model_rp,wrapped)
S3method(model_tfidf,default)
S3method(model_tfidf,mm_file)
S3method(plot,model_coherence)
S3method(plot,model_collection)
S3method(plot,pyLDAvis._prepare.PreparedData)
S3method(prepare_documents,character)
S3method(prepare_documents,data.frame)
S3method(prepare_documents,factor)
S3method(preprocess,character)
S3method(preprocess,data.frame)
S3method(preprocess,list)
S3method(print,callback)
S3method(print,mm_file)
S3method(print,model_collection)
S3method(read_serialized_mmcorpus,character)
S3method(read_serialized_mmcorpus,mm_file)
S3method(remove_stopwords,character)
S3method(remove_stopwords,data.frame)
S3method(remove_stopwords,list)
S3method(save_ldavis_html,pyLDAvis._prepare.PreparedData)
S3method(save_ldavis_json,pyLDAvis._prepare.PreparedData)
S3method(show_ldavis,pyLDAvis._prepare.PreparedData)
S3method(similarity,gensim.corpora.mmcorpus.MmCorpus)
S3method(similarity,mm_file)
S3method(similarity,python.builtin.tuple)
S3method(similarity_matrix,wrapped)
S3method(split_alphanum,character)
S3method(split_alphanum,data.frame)
S3method(split_alphanum,list)
S3method(stem_porter,porter_stemmer_model)
S3method(stem_text,character)
S3method(stem_text,data.frame)
S3method(stem_text,list)
S3method(strip_multiple_spaces,character)
S3method(strip_multiple_spaces,data.frame)
S3method(strip_multiple_spaces,list)
S3method(strip_non_alphanum,character)
S3method(strip_non_alphanum,data.frame)
S3method(strip_non_alphanum,list)
S3method(strip_numeric,character)
S3method(strip_numeric,data.frame)
S3method(strip_numeric,list)
S3method(strip_punctuation,character)
S3method(strip_punctuation,data.frame)
S3method(strip_punctuation,list)
S3method(strip_short,character)
S3method(strip_short,data.frame)
S3method(strip_short,list)
S3method(strip_tags,character)
S3method(strip_tags,data.frame)
S3method(strip_tags,list)
S3method(summarize,character)
S3method(summarize,mm)
S3method(summarize,mm_file)
S3method(summarize,python.builtin.tuple)
export("%>%")
export(api_info)
export(api_load)
export(as_model_collection)
export(as_serialized_mmcorpus)
export(auth2doc)
export(coherence_metric)
export(combine_metrics)
export(common_corpus)
export(common_dictionary)
export(common_texts)
export(convergence_metric)
export(corpora_dictionary)
export(datapath)
export(delete_mmcorpus)
export(diff_metric)
export(doc2bow)
export(filter_rare)
export(get_author_topics)
export(get_bm25_weights)
export(get_coherence_data)
export(get_docs_topics)
export(get_perplexity_data)
export(get_similarity)
export(install_dependencies)
export(install_gensim)
export(install_ldavis)
export(install_sklearn)
export(keywords)
export(ldavis_as_html)
export(load_at)
export(load_fasttext)
export(load_hdp)
export(load_lda)
export(load_ldamc)
export(load_logentropy)
export(load_lsi)
export(load_norm)
export(load_rp)
export(load_tfidf)
export(load_word2vec)
export(map_coherence)
export(map_model)
export(model_at)
export(model_coherence)
export(model_fasttext)
export(model_hdp)
export(model_lda)
export(model_ldamc)
export(model_logentropy)
export(model_lsi)
export(model_norm)
export(model_poincare)
export(model_rp)
export(model_tfidf)
export(model_word2vec)
export(perplexity_metric)
export(phraser)
export(phrases)
export(plot_ldavis)
export(porter_stemmer)
export(prepare_documents)
export(prepare_ldavis)
export(preprocess)
export(read_serialized_mmcorpus)
export(remove_stopwords)
export(save_ldavis_html)
export(save_ldavis_json)
export(serialize_mmcorpus)
export(show_ldavis)
export(similarity)
export(similarity_matrix)
export(sklearn_at)
export(sklearn_doc2bow)
export(sklearn_doc2vec)
export(sklearn_hdp)
export(sklearn_lda)
export(sklearn_logistic)
export(sklearn_lsi)
export(sklearn_pipeline)
export(sklearn_pt)
export(sklearn_rp)
export(sklearn_text2bow)
export(sklearn_tfidf)
export(sklearn_word2vec)
export(split_alphanum)
export(stem_porter)
export(stem_text)
export(strip_multiple_spaces)
export(strip_non_alphanum)
export(strip_numeric)
export(strip_punctuation)
export(strip_short)
export(strip_tags)
export(summarize)
export(text8corpus)
export(wrap)
import(assertthat)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(magrittr,"%>%")