-
Notifications
You must be signed in to change notification settings - Fork 33
/
NAMESPACE
121 lines (120 loc) · 3.22 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,udpipe_connlu)
S3method(as.data.table,udpipe_connlu)
S3method(as.matrix,cooccurrence)
S3method(cooccurrence,character)
S3method(cooccurrence,cooccurrence)
S3method(cooccurrence,data.frame)
S3method(document_term_frequencies,character)
S3method(document_term_frequencies,data.frame)
S3method(document_term_matrix,DocumentTermMatrix)
S3method(document_term_matrix,TermDocumentMatrix)
S3method(document_term_matrix,data.frame)
S3method(document_term_matrix,default)
S3method(document_term_matrix,integer)
S3method(document_term_matrix,matrix)
S3method(document_term_matrix,numeric)
S3method(document_term_matrix,simple_triplet_matrix)
S3method(predict,LDA_Gibbs)
S3method(predict,LDA_VEM)
S3method(print,svd_similarity)
S3method(udpipe,character)
S3method(udpipe,data.frame)
S3method(udpipe,list)
export(as_conllu)
export(as_cooccurrence)
export(as_fasttext)
export(as_phrasemachine)
export(as_word2vec)
export(cbind_dependencies)
export(cbind_morphological)
export(collocation)
export(cooccurrence)
export(document_term_frequencies)
export(document_term_frequencies_statistics)
export(document_term_matrix)
export(dtm_align)
export(dtm_cbind)
export(dtm_chisq)
export(dtm_colsums)
export(dtm_conform)
export(dtm_cor)
export(dtm_rbind)
export(dtm_remove_lowfreq)
export(dtm_remove_sparseterms)
export(dtm_remove_terms)
export(dtm_remove_tfidf)
export(dtm_reverse)
export(dtm_rowsums)
export(dtm_sample)
export(dtm_svd_similarity)
export(dtm_tfidf)
export(keywords_collocation)
export(keywords_phrases)
export(keywords_rake)
export(paste.data.frame)
export(phrases)
export(strsplit.data.frame)
export(txt_collapse)
export(txt_contains)
export(txt_context)
export(txt_count)
export(txt_freq)
export(txt_grepl)
export(txt_highlight)
export(txt_next)
export(txt_nextgram)
export(txt_overlap)
export(txt_paste)
export(txt_previous)
export(txt_previousgram)
export(txt_recode)
export(txt_recode_ngram)
export(txt_sample)
export(txt_sentiment)
export(txt_show)
export(txt_tagsequence)
export(udpipe)
export(udpipe_accuracy)
export(udpipe_annotate)
export(udpipe_download_model)
export(udpipe_load_model)
export(udpipe_read_conllu)
export(udpipe_train)
export(unique_identifier)
export(unlist_tokens)
exportClasses(syntaxpatterns)
exportClasses(syntaxrelation)
importFrom(Matrix,crossprod)
importFrom(Matrix,diag)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,tcrossprod)
importFrom(Rcpp,evalCpp)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast.data.table)
importFrom(data.table,frankv)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,rleid)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,tstrsplit)
importFrom(data.table,uniqueN)
importFrom(methods,as)
importFrom(methods,cbind2)
importFrom(methods,new)
importFrom(methods,rbind2)
importFrom(methods,setMethod)
importFrom(methods,setRefClass)
importFrom(stats,chisq.test)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(udpipe)