-
Notifications
You must be signed in to change notification settings - Fork 84
/
NAMESPACE
106 lines (105 loc) · 3.49 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
# Generated by roxygen2: do not edit by hand
S3method(emotion,character)
S3method(emotion,get_sentences_character)
S3method(emotion,get_sentences_data_frame)
S3method(emotion_by,character)
S3method(emotion_by,emotion)
S3method(emotion_by,emotion_by)
S3method(emotion_by,get_sentences_character)
S3method(emotion_by,get_sentences_data_frame)
S3method(extract_emotion_terms,character)
S3method(extract_emotion_terms,get_sentences_character)
S3method(extract_emotion_terms,get_sentences_data_frame)
S3method(extract_profanity_terms,character)
S3method(extract_profanity_terms,get_sentences_character)
S3method(extract_profanity_terms,get_sentences_data_frame)
S3method(extract_sentiment_terms,character)
S3method(extract_sentiment_terms,get_sentences_character)
S3method(extract_sentiment_terms,get_sentences_data_frame)
S3method(get_sentences,character)
S3method(get_sentences,data.frame)
S3method(get_sentences,emotion)
S3method(get_sentences,emotion_by)
S3method(get_sentences,get_sentences)
S3method(get_sentences,profanity)
S3method(get_sentences,profanity_by)
S3method(get_sentences,sentiment)
S3method(get_sentences,sentiment_by)
S3method(plot,emotion)
S3method(plot,emotion_by)
S3method(plot,profanity)
S3method(plot,profanity_by)
S3method(plot,sentiment)
S3method(plot,sentiment_by)
S3method(print,extract_emotion_terms)
S3method(print,extract_profanity_terms)
S3method(print,extract_sentiment_terms)
S3method(print,validate_sentiment)
S3method(profanity,character)
S3method(profanity,get_sentences_character)
S3method(profanity,get_sentences_data_frame)
S3method(profanity_by,character)
S3method(profanity_by,get_sentences_character)
S3method(profanity_by,get_sentences_data_frame)
S3method(profanity_by,profanity)
S3method(profanity_by,profanity_by)
S3method(sentiment,character)
S3method(sentiment,get_sentences_character)
S3method(sentiment,get_sentences_data_frame)
S3method(sentiment_by,character)
S3method(sentiment_by,get_sentences_character)
S3method(sentiment_by,get_sentences_data_frame)
S3method(sentiment_by,sentiment)
S3method(sentiment_by,sentiment_by)
S3method(uncombine,emotion_by)
S3method(uncombine,profanity_by)
S3method(uncombine,sentiment_by)
S3method(validate_sentiment,numeric)
S3method(validate_sentiment,sentiment)
S3method(validate_sentiment,sentiment_by)
export(as_key)
export(available_data)
export(average_downweighted_zero)
export(average_mean)
export(average_weighted_mixed_sentiment)
export(combine_data)
export(emotion)
export(emotion_by)
export(extract_emotion_terms)
export(extract_profanity_terms)
export(extract_sentiment_terms)
export(general_rescale)
export(get_sentences)
export(highlight)
export(is_key)
export(profanity)
export(profanity_by)
export(replace_emoji)
export(replace_emoji_identifier)
export(replace_emoticon)
export(replace_grade)
export(replace_internet_slang)
export(replace_rating)
export(replace_word_elongation)
export(sentiment)
export(sentiment_attributes)
export(sentiment_by)
export(sentimentr_data)
export(uncombine)
export(update_key)
export(update_polarity_table)
export(update_valence_shifter_table)
export(validate_sentiment)
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(graphics,plot)
importFrom(lexicon,available_data)
importFrom(syuzhet,get_dct_transform)
importFrom(textclean,replace_emoji)
importFrom(textclean,replace_emoji_identifier)
importFrom(textclean,replace_emoticon)
importFrom(textclean,replace_grade)
importFrom(textclean,replace_internet_slang)
importFrom(textclean,replace_rating)
importFrom(textclean,replace_word_elongation)