forked from juliasilge/tidytext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
68 lines (67 loc) · 1.55 KB
/
NAMESPACE
File metadata and controls
68 lines (67 loc) · 1.55 KB
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
# Generated by roxygen2: do not edit by hand
S3method(augment,CTM)
S3method(augment,LDA)
S3method(augment,STM)
S3method(augment,jobjRef)
S3method(bind_tf_idf,data.frame)
S3method(bind_tf_idf,default)
S3method(bind_tf_idf_,data.frame)
S3method(glance,CTM)
S3method(glance,LDA)
S3method(glance,STM)
S3method(glance,corpus)
S3method(tidy,CTM)
S3method(tidy,Corpus)
S3method(tidy,DocumentTermMatrix)
S3method(tidy,LDA)
S3method(tidy,STM)
S3method(tidy,TermDocumentMatrix)
S3method(tidy,corpus)
S3method(tidy,dfm)
S3method(tidy,dfmSparse)
S3method(tidy,dictionary2)
S3method(tidy,estimateEffect)
S3method(tidy,jobjRef)
S3method(tidy,simple_triplet_matrix)
S3method(unnest_tokens,data.frame)
S3method(unnest_tokens,default)
S3method(unnest_tokens_,data.frame)
export(augment)
export(bind_tf_idf)
export(bind_tf_idf_)
export(cast_dfm)
export(cast_dfm_)
export(cast_dtm)
export(cast_dtm_)
export(cast_sparse)
export(cast_sparse_)
export(cast_tdm)
export(cast_tdm_)
export(get_sentiments)
export(get_stopwords)
export(glance)
export(reorder_within)
export(scale_x_reordered)
export(scale_y_reordered)
export(tidy)
export(unnest_character_shingles)
export(unnest_characters)
export(unnest_lines)
export(unnest_ngrams)
export(unnest_paragraphs)
export(unnest_ptb)
export(unnest_regex)
export(unnest_sentences)
export(unnest_skip_ngrams)
export(unnest_tokens)
export(unnest_tokens_)
export(unnest_tweets)
import(Matrix)
import(dplyr)
import(janeaustenr)
import(rlang)
import(tokenizers)
importFrom(dplyr,enquo)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)