-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 908 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(DBSCAN)
export(Kmeans)
export(association)
export(day_range)
export(dcm)
export(header_remover)
export(keyword_dataframe)
export(keyword_dataframe_no_duplicated)
export(keywords_wordcloud)
export(network_graph)
export(normalize_vector)
export(press_counter)
export(tfidf)
export(tfidf_vector)
export(top_words)
export(topic_modeling)
export(word_tokenizer)
import(dbscan)
import(dplyr)
import(ggplot2)
import(tibble)
import(topicmodels)
import(wordcloud2)
importFrom(arules,apriori)
importFrom(arules,inspect)
importFrom(quanteda,as.dfm)
importFrom(quanteda,fcm)
importFrom(quanteda,fcm_select)
importFrom(quanteda,topfeatures)
importFrom(quanteda.textplots,textplot_network)
importFrom(tidytext,bind_tf_idf)
importFrom(tidytext,unnest_tokens)
importFrom(tm,Corpus)
importFrom(tm,DocumentTermMatrix)
importFrom(tm,VectorSource)
importFrom(tm,weightTfIdf)