forked from matthewjdenny/SpeedReader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
70 lines (69 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
export(calculate_document_pair_distances)
export(check_directory_name)
export(clean_document_text)
export(color_word_table)
export(color_words_by_frequency)
export(combine_document_term_matrices)
export(compare_tf_idf_scalings)
export(contingency_table)
export(corenlp)
export(corenlp_blocked)
export(count_ngrams)
export(count_words)
export(dice_coefficient_diff_table)
export(dice_coefficient_line_matching)
export(distinct_words)
export(download_corenlp)
export(download_mallet)
export(edit_metrics)
export(estimate_plots)
export(feature_selection)
export(fightin_words_plot)
export(frequency_threshold)
export(generate_blocked_document_term_vectors)
export(generate_document_term_matrix)
export(generate_document_term_vectors)
export(generate_sparse_large_document_term_matrix)
export(get_file_paths)
export(get_unique_values_and_counts)
export(kill_zombies)
export(mallet_lda)
export(multi_dice_coefficient_matching)
export(multi_plot)
export(ngrams)
export(order_by_counts)
export(pmi)
export(sparse_doc_term_parallel)
export(sparse_to_dense_matrix)
export(speed_set_vocabulary)
export(tfidf)
export(topic_coherence)
export(unlist_and_concatenate)
import(methods)
import(parallel)
import(slam)
import(snowfall)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(stats,cor)
importFrom(stats,qnorm)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,write.table)
useDynLib(SpeedReader)