keefezowie commited on
Commit
7d34f6b
1 Parent(s): 121dbc1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileBertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_activation": true,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 128,
9
+ "hidden_act": "relu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 512,
12
+ "id2label": {
13
+ "0": "others",
14
+ "1": "happy",
15
+ "2": "sad",
16
+ "3": "angry"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 512,
20
+ "intra_bottleneck_size": 128,
21
+ "key_query_shared_bottleneck": true,
22
+ "label2id": {
23
+ "angry": 3,
24
+ "happy": 1,
25
+ "others": 0,
26
+ "sad": 2
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_length": 128,
30
+ "max_position_embeddings": 512,
31
+ "model_type": "mobilebert",
32
+ "normalization_type": "no_norm",
33
+ "num_attention_heads": 4,
34
+ "num_feedforward_networks": 4,
35
+ "num_hidden_layers": 24,
36
+ "pad_token_id": 0,
37
+ "problem_type": "single_label_classification",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.35.0",
40
+ "trigram_input": true,
41
+ "true_hidden_size": 128,
42
+ "type_vocab_size": 2,
43
+ "use_bottleneck": true,
44
+ "use_bottleneck_attention": false,
45
+ "vocab_size": 2016
46
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:127263c8fcaa0beab29c2ccdbf1347a972f1f2712fc5280c25b2e73735a87f19
3
+ size 84929768
runs/Dec02_12-56-09_5c7d3989358b/events.out.tfevents.1701521774.5c7d3989358b.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003fd17423bdea7949562a19cdb3458ee27487f222dbe08362a842d66838f785
3
+ size 4543
runs/Dec02_12-58-08_5c7d3989358b/events.out.tfevents.1701521889.5c7d3989358b.47.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ce717af9ea25d55316b8734f0606f359fcddd2dbcc86c886e8e775db1878e3
3
+ size 5691
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
@@ -0,0 +1,2173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "[PAD]"
11
+ },
12
+ "added_tokens": [
13
+ {
14
+ "id": 0,
15
+ "content": "[PAD]",
16
+ "single_word": false,
17
+ "lstrip": false,
18
+ "rstrip": false,
19
+ "normalized": false,
20
+ "special": true
21
+ },
22
+ {
23
+ "id": 1,
24
+ "content": "[UNK]",
25
+ "single_word": false,
26
+ "lstrip": false,
27
+ "rstrip": false,
28
+ "normalized": false,
29
+ "special": true
30
+ },
31
+ {
32
+ "id": 2,
33
+ "content": "[CLS]",
34
+ "single_word": false,
35
+ "lstrip": false,
36
+ "rstrip": false,
37
+ "normalized": false,
38
+ "special": true
39
+ },
40
+ {
41
+ "id": 3,
42
+ "content": "[SEP]",
43
+ "single_word": false,
44
+ "lstrip": false,
45
+ "rstrip": false,
46
+ "normalized": false,
47
+ "special": true
48
+ },
49
+ {
50
+ "id": 4,
51
+ "content": "[MASK]",
52
+ "single_word": false,
53
+ "lstrip": false,
54
+ "rstrip": false,
55
+ "normalized": false,
56
+ "special": true
57
+ }
58
+ ],
59
+ "normalizer": {
60
+ "type": "BertNormalizer",
61
+ "clean_text": true,
62
+ "handle_chinese_chars": true,
63
+ "strip_accents": null,
64
+ "lowercase": true
65
+ },
66
+ "pre_tokenizer": {
67
+ "type": "BertPreTokenizer"
68
+ },
69
+ "post_processor": {
70
+ "type": "TemplateProcessing",
71
+ "single": [
72
+ {
73
+ "SpecialToken": {
74
+ "id": "[CLS]",
75
+ "type_id": 0
76
+ }
77
+ },
78
+ {
79
+ "Sequence": {
80
+ "id": "A",
81
+ "type_id": 0
82
+ }
83
+ },
84
+ {
85
+ "SpecialToken": {
86
+ "id": "[SEP]",
87
+ "type_id": 0
88
+ }
89
+ }
90
+ ],
91
+ "pair": [
92
+ {
93
+ "SpecialToken": {
94
+ "id": "[CLS]",
95
+ "type_id": 0
96
+ }
97
+ },
98
+ {
99
+ "Sequence": {
100
+ "id": "A",
101
+ "type_id": 0
102
+ }
103
+ },
104
+ {
105
+ "SpecialToken": {
106
+ "id": "[SEP]",
107
+ "type_id": 0
108
+ }
109
+ },
110
+ {
111
+ "Sequence": {
112
+ "id": "B",
113
+ "type_id": 1
114
+ }
115
+ },
116
+ {
117
+ "SpecialToken": {
118
+ "id": "[SEP]",
119
+ "type_id": 1
120
+ }
121
+ }
122
+ ],
123
+ "special_tokens": {
124
+ "[CLS]": {
125
+ "id": "[CLS]",
126
+ "ids": [
127
+ 2
128
+ ],
129
+ "tokens": [
130
+ "[CLS]"
131
+ ]
132
+ },
133
+ "[SEP]": {
134
+ "id": "[SEP]",
135
+ "ids": [
136
+ 3
137
+ ],
138
+ "tokens": [
139
+ "[SEP]"
140
+ ]
141
+ }
142
+ }
143
+ },
144
+ "decoder": {
145
+ "type": "WordPiece",
146
+ "prefix": "##",
147
+ "cleanup": true
148
+ },
149
+ "model": {
150
+ "type": "WordPiece",
151
+ "unk_token": "[UNK]",
152
+ "continuing_subword_prefix": "##",
153
+ "max_input_chars_per_word": 100,
154
+ "vocab": {
155
+ "[PAD]": 0,
156
+ "[UNK]": 1,
157
+ "[CLS]": 2,
158
+ "[SEP]": 3,
159
+ "[MASK]": 4,
160
+ "'": 5,
161
+ "0": 6,
162
+ "1": 7,
163
+ "2": 8,
164
+ "3": 9,
165
+ "4": 10,
166
+ "5": 11,
167
+ "6": 12,
168
+ "7": 13,
169
+ "8": 14,
170
+ "9": 15,
171
+ "a": 16,
172
+ "b": 17,
173
+ "c": 18,
174
+ "d": 19,
175
+ "e": 20,
176
+ "f": 21,
177
+ "g": 22,
178
+ "h": 23,
179
+ "i": 24,
180
+ "j": 25,
181
+ "k": 26,
182
+ "l": 27,
183
+ "m": 28,
184
+ "n": 29,
185
+ "o": 30,
186
+ "p": 31,
187
+ "q": 32,
188
+ "r": 33,
189
+ "s": 34,
190
+ "t": 35,
191
+ "u": 36,
192
+ "v": 37,
193
+ "w": 38,
194
+ "x": 39,
195
+ "y": 40,
196
+ "z": 41,
197
+ "##a": 42,
198
+ "##u": 43,
199
+ "##g": 44,
200
+ "##h": 45,
201
+ "##y": 46,
202
+ "##r": 47,
203
+ "##t": 48,
204
+ "##o": 49,
205
+ "##m": 50,
206
+ "##s": 51,
207
+ "##k": 52,
208
+ "##e": 53,
209
+ "##p": 54,
210
+ "##i": 55,
211
+ "##d": 56,
212
+ "##l": 57,
213
+ "##n": 58,
214
+ "##v": 59,
215
+ "##f": 60,
216
+ "##c": 61,
217
+ "##b": 62,
218
+ "##w": 63,
219
+ "##j": 64,
220
+ "##1": 65,
221
+ "##q": 66,
222
+ "##z": 67,
223
+ "##8": 68,
224
+ "##2": 69,
225
+ "##x": 70,
226
+ "##7": 71,
227
+ "##0": 72,
228
+ "##4": 73,
229
+ "##9": 74,
230
+ "##6": 75,
231
+ "##5": 76,
232
+ "##3": 77,
233
+ "##ou": 78,
234
+ "##in": 79,
235
+ "you": 80,
236
+ "##ing": 81,
237
+ "##at": 82,
238
+ "th": 83,
239
+ "##re": 84,
240
+ "wh": 85,
241
+ "##ea": 86,
242
+ "##ce": 87,
243
+ "##on": 88,
244
+ "##th": 89,
245
+ "##er": 90,
246
+ "##an": 91,
247
+ "no": 92,
248
+ "##ace": 93,
249
+ "to": 94,
250
+ "##es": 95,
251
+ "##ll": 96,
252
+ "##en": 97,
253
+ "##face": 98,
254
+ "me": 99,
255
+ "##ith": 100,
256
+ "##ow": 101,
257
+ "what": 102,
258
+ "##or": 103,
259
+ "##ve": 104,
260
+ "ha": 105,
261
+ "an": 106,
262
+ "the": 107,
263
+ "it": 108,
264
+ "##st": 109,
265
+ "##me": 110,
266
+ "so": 111,
267
+ "are": 112,
268
+ "##ay": 113,
269
+ "##ed": 114,
270
+ "##ear": 115,
271
+ "##oo": 116,
272
+ "##with": 117,
273
+ "is": 118,
274
+ "##ingface": 119,
275
+ "not": 120,
276
+ "do": 121,
277
+ "##ke": 122,
278
+ "##is": 123,
279
+ "be": 124,
280
+ "##ry": 125,
281
+ "my": 126,
282
+ "li": 127,
283
+ "don": 128,
284
+ "in": 129,
285
+ "##se": 130,
286
+ "that": 131,
287
+ "##ly": 132,
288
+ "##oy": 133,
289
+ "##ut": 134,
290
+ "am": 135,
291
+ "##ee": 136,
292
+ "##so": 137,
293
+ "lo": 138,
294
+ "on": 139,
295
+ "##id": 140,
296
+ "##al": 141,
297
+ "##ell": 142,
298
+ "##ch": 143,
299
+ "your": 144,
300
+ "##ri": 145,
301
+ "kn": 146,
302
+ "##witht": 147,
303
+ "##joy": 148,
304
+ "of": 149,
305
+ "##et": 150,
306
+ "##sof": 151,
307
+ "and": 152,
308
+ "know": 153,
309
+ "ok": 154,
310
+ "##earsof": 155,
311
+ "##withtearsof": 156,
312
+ "##withtearsofjoy": 157,
313
+ "##ad": 158,
314
+ "why": 159,
315
+ "##il": 160,
316
+ "can": 161,
317
+ "for": 162,
318
+ "st": 163,
319
+ "##ood": 164,
320
+ "##ro": 165,
321
+ "##gh": 166,
322
+ "yes": 167,
323
+ "##end": 168,
324
+ "how": 169,
325
+ "##ar": 170,
326
+ "have": 171,
327
+ "go": 172,
328
+ "like": 173,
329
+ "##pp": 174,
330
+ "re": 175,
331
+ "##out": 176,
332
+ "##ere": 177,
333
+ "##ust": 178,
334
+ "##it": 179,
335
+ "##ic": 180,
336
+ "##as": 181,
337
+ "##ver": 182,
338
+ "good": 183,
339
+ "##ill": 184,
340
+ "wan": 185,
341
+ "with": 186,
342
+ "##ha": 187,
343
+ "fu": 188,
344
+ "##le": 189,
345
+ "##ld": 190,
346
+ "##ey": 191,
347
+ "ab": 192,
348
+ "but": 193,
349
+ "just": 194,
350
+ "##thing": 195,
351
+ "pl": 196,
352
+ "love": 197,
353
+ "##ir": 198,
354
+ "##ck": 199,
355
+ "rea": 200,
356
+ "al": 201,
357
+ "##alk": 202,
358
+ "ne": 203,
359
+ "##ght": 204,
360
+ "##mil": 205,
361
+ "##lly": 206,
362
+ "mo": 207,
363
+ "about": 208,
364
+ "co": 209,
365
+ "as": 210,
366
+ "than": 211,
367
+ "##ion": 212,
368
+ "##facewithtearsofjoy": 213,
369
+ "talk": 214,
370
+ "want": 215,
371
+ "some": 216,
372
+ "sh": 217,
373
+ "now": 218,
374
+ "we": 219,
375
+ "##ate": 220,
376
+ "tell": 221,
377
+ "##ingfacewith": 222,
378
+ "##one": 223,
379
+ "face": 224,
380
+ "ch": 225,
381
+ "will": 226,
382
+ "##ink": 227,
383
+ "##riend": 228,
384
+ "was": 229,
385
+ "##am": 230,
386
+ "##ct": 231,
387
+ "##eyes": 232,
388
+ "su": 233,
389
+ "thank": 234,
390
+ "##ryingface": 235,
391
+ "this": 236,
392
+ "##au": 237,
393
+ "##inn": 238,
394
+ "##ould": 239,
395
+ "##est": 240,
396
+ "##ame": 241,
397
+ "get": 242,
398
+ "did": 243,
399
+ "##ight": 244,
400
+ "fun": 245,
401
+ "any": 246,
402
+ "##smil": 247,
403
+ "one": 248,
404
+ "oh": 249,
405
+ "happ": 250,
406
+ "##um": 251,
407
+ "##ean": 252,
408
+ "yea": 253,
409
+ "##cryingface": 254,
410
+ "##rinn": 255,
411
+ "too": 256,
412
+ "##ot": 257,
413
+ "then": 258,
414
+ "who": 259,
415
+ "##ong": 260,
416
+ "##op": 261,
417
+ "say": 262,
418
+ "haha": 263,
419
+ "##ud": 264,
420
+ "facewithtearsofjoy": 265,
421
+ "##up": 266,
422
+ "##ery": 267,
423
+ "wor": 268,
424
+ "really": 269,
425
+ "##oud": 270,
426
+ "##eart": 271,
427
+ "##nd": 272,
428
+ "##ur": 273,
429
+ "up": 274,
430
+ "##int": 275,
431
+ "##ess": 276,
432
+ "##ge": 277,
433
+ "mean": 278,
434
+ "##ie": 279,
435
+ "very": 280,
436
+ "##ome": 281,
437
+ "##ake": 282,
438
+ "##ter": 283,
439
+ "ti": 284,
440
+ "##ine": 285,
441
+ "think": 286,
442
+ "yeah": 287,
443
+ "##us": 288,
444
+ "fee": 289,
445
+ "feel": 290,
446
+ "##ent": 291,
447
+ "##mm": 292,
448
+ "friend": 293,
449
+ "##oudly": 294,
450
+ "at": 295,
451
+ "##ny": 296,
452
+ "##oudlycryingface": 297,
453
+ "ur": 298,
454
+ "all": 299,
455
+ "see": 300,
456
+ "##ind": 301,
457
+ "where": 302,
458
+ "##and": 303,
459
+ "##ice": 304,
460
+ "##ause": 305,
461
+ "ex": 306,
462
+ "##ain": 307,
463
+ "ask": 308,
464
+ "funny": 309,
465
+ "ca": 310,
466
+ "ba": 311,
467
+ "bec": 312,
468
+ "if": 313,
469
+ "he": 314,
470
+ "bad": 315,
471
+ "##lf": 316,
472
+ "##ive": 317,
473
+ "hate": 318,
474
+ "##ingeyes": 319,
475
+ "or": 320,
476
+ "##iss": 321,
477
+ "well": 322,
478
+ "sor": 323,
479
+ "im": 324,
480
+ "##rom": 325,
481
+ "plea": 326,
482
+ "##smilingeyes": 327,
483
+ "dont": 328,
484
+ "by": 329,
485
+ "sorry": 330,
486
+ "gir": 331,
487
+ "ever": 332,
488
+ "send": 333,
489
+ "##ak": 334,
490
+ "because": 335,
491
+ "happy": 336,
492
+ "##ss": 337,
493
+ "##nt": 338,
494
+ "please": 339,
495
+ "sad": 340,
496
+ "time": 341,
497
+ "##ool": 342,
498
+ "##ingfacewithsmilingeyes": 343,
499
+ "##fe": 344,
500
+ "nothing": 345,
501
+ "##heart": 346,
502
+ "pro": 347,
503
+ "##edface": 348,
504
+ "##day": 349,
505
+ "##eep": 350,
506
+ "jo": 351,
507
+ "##ish": 352,
508
+ "en": 353,
509
+ "mu": 354,
510
+ "##way": 355,
511
+ "##loudlycryingface": 356,
512
+ "##facewithtearsofjoyfacewithtearsofjoy": 357,
513
+ "thanks": 358,
514
+ "sl": 359,
515
+ "##ers": 360,
516
+ "##umb": 361,
517
+ "much": 362,
518
+ "grinn": 363,
519
+ "from": 364,
520
+ "day": 365,
521
+ "##pe": 366,
522
+ "when": 367,
523
+ "okay": 368,
524
+ "its": 369,
525
+ "pic": 370,
526
+ "##na": 371,
527
+ "fa": 372,
528
+ "se": 373,
529
+ "stup": 374,
530
+ "stupid": 375,
531
+ "##ra": 376,
532
+ "##ig": 377,
533
+ "##ich": 378,
534
+ "fuck": 379,
535
+ "sa": 380,
536
+ "there": 381,
537
+ "going": 382,
538
+ "##oint": 383,
539
+ "##ther": 384,
540
+ "need": 385,
541
+ "con": 386,
542
+ "##gry": 387,
543
+ "##art": 388,
544
+ "##ous": 389,
545
+ "talking": 390,
546
+ "##ven": 391,
547
+ "##sw": 392,
548
+ "something": 393,
549
+ "##app": 394,
550
+ "qu": 395,
551
+ "de": 396,
552
+ "call": 397,
553
+ "wat": 398,
554
+ "##ation": 399,
555
+ "which": 400,
556
+ "##ings": 401,
557
+ "nice": 402,
558
+ "##ook": 403,
559
+ "##ble": 404,
560
+ "##eam": 405,
561
+ "##ore": 406,
562
+ "##im": 407,
563
+ "would": 408,
564
+ "lol": 409,
565
+ "##ude": 410,
566
+ "mov": 411,
567
+ "##ue": 412,
568
+ "##reat": 413,
569
+ "cool": 414,
570
+ "only": 415,
571
+ "aw": 416,
572
+ "##ally": 417,
573
+ "every": 418,
574
+ "come": 419,
575
+ "let": 420,
576
+ "##ting": 421,
577
+ "more": 422,
578
+ "give": 423,
579
+ "life": 424,
580
+ "ag": 425,
581
+ "man": 426,
582
+ "ya": 427,
583
+ "right": 428,
584
+ "ll": 429,
585
+ "##if": 430,
586
+ "##ure": 431,
587
+ "out": 432,
588
+ "##cat": 433,
589
+ "ph": 434,
590
+ "never": 435,
591
+ "here": 436,
592
+ "##ul": 437,
593
+ "make": 438,
594
+ "should": 439,
595
+ "tr": 440,
596
+ "work": 441,
597
+ "##tt": 442,
598
+ "girl": 443,
599
+ "##un": 444,
600
+ "angry": 445,
601
+ "fine": 446,
602
+ "##grinn": 447,
603
+ "##isapp": 448,
604
+ "##pl": 449,
605
+ "int": 450,
606
+ "com": 451,
607
+ "##ast": 452,
608
+ "##isappoint": 453,
609
+ "off": 454,
610
+ "gu": 455,
611
+ "bro": 456,
612
+ "sure": 457,
613
+ "##ways": 458,
614
+ "name": 459,
615
+ "##catface": 460,
616
+ "also": 461,
617
+ "smil": 462,
618
+ "sleep": 463,
619
+ "##di": 464,
620
+ "##rit": 465,
621
+ "##nder": 466,
622
+ "said": 467,
623
+ "##hh": 468,
624
+ "##age": 469,
625
+ "they": 470,
626
+ "sp": 471,
627
+ "same": 472,
628
+ "miss": 473,
629
+ "always": 474,
630
+ "under": 475,
631
+ "##om": 476,
632
+ "try": 477,
633
+ "got": 478,
634
+ "best": 479,
635
+ "##lo": 480,
636
+ "bet": 481,
637
+ "even": 482,
638
+ "##ist": 483,
639
+ "thou": 484,
640
+ "##ingcatface": 485,
641
+ "movie": 486,
642
+ "chat": 487,
643
+ "today": 488,
644
+ "##isappointedface": 489,
645
+ "doing": 490,
646
+ "##row": 491,
647
+ "##our": 492,
648
+ "##loudlycryingfaceloudlycryingface": 493,
649
+ "pe": 494,
650
+ "pre": 495,
651
+ "##by": 496,
652
+ "underst": 497,
653
+ "##ious": 498,
654
+ "hmm": 499,
655
+ "##estion": 500,
656
+ "hell": 501,
657
+ "##ress": 502,
658
+ "wow": 503,
659
+ "lost": 504,
660
+ "##eamingfacewithsmilingeyes": 505,
661
+ "feeling": 506,
662
+ "wa": 507,
663
+ "friends": 508,
664
+ "##dy": 509,
665
+ "again": 510,
666
+ "great": 511,
667
+ "hel": 512,
668
+ "peop": 513,
669
+ "lea": 514,
670
+ "look": 515,
671
+ "watch": 516,
672
+ "##qu": 517,
673
+ "wanna": 518,
674
+ "act": 519,
675
+ "hur": 520,
676
+ "understand": 521,
677
+ "people": 522,
678
+ "rude": 523,
679
+ "##lc": 524,
680
+ "help": 525,
681
+ "didn": 526,
682
+ "##eat": 527,
683
+ "us": 528,
684
+ "back": 529,
685
+ "question": 530,
686
+ "##ving": 531,
687
+ "sw": 532,
688
+ "happen": 533,
689
+ "##ang": 534,
690
+ "##self": 535,
691
+ "##ies": 536,
692
+ "welc": 537,
693
+ "##ff": 538,
694
+ "##red": 539,
695
+ "she": 540,
696
+ "alone": 541,
697
+ "welcome": 542,
698
+ "##ite": 543,
699
+ "way": 544,
700
+ "##ide": 545,
701
+ "hey": 546,
702
+ "bye": 547,
703
+ "answ": 548,
704
+ "##hearteyes": 549,
705
+ "##po": 550,
706
+ "##rong": 551,
707
+ "does": 552,
708
+ "better": 553,
709
+ "may": 554,
710
+ "ser": 555,
711
+ "anything": 556,
712
+ "bo": 557,
713
+ "had": 558,
714
+ "##ply": 559,
715
+ "hurt": 560,
716
+ "##per": 561,
717
+ "wait": 562,
718
+ "ro": 563,
719
+ "pers": 564,
720
+ "##lie": 565,
721
+ "##xt": 566,
722
+ "numb": 567,
723
+ "##ant": 568,
724
+ "her": 569,
725
+ "mad": 570,
726
+ "meet": 571,
727
+ "boy": 572,
728
+ "po": 573,
729
+ "##lfriend": 574,
730
+ "person": 575,
731
+ "being": 576,
732
+ "##outingface": 577,
733
+ "thing": 578,
734
+ "play": 579,
735
+ "cl": 580,
736
+ "girlfriend": 581,
737
+ "##ound": 582,
738
+ "wrong": 583,
739
+ "##ating": 584,
740
+ "##ree": 585,
741
+ "##lieve": 586,
742
+ "##ag": 587,
743
+ "someone": 588,
744
+ "awes": 589,
745
+ "##gl": 590,
746
+ "stop": 591,
747
+ "ar": 592,
748
+ "new": 593,
749
+ "still": 594,
750
+ "baby": 595,
751
+ "awesome": 596,
752
+ "##ually": 597,
753
+ "home": 598,
754
+ "heart": 599,
755
+ "un": 600,
756
+ "were": 601,
757
+ "been": 602,
758
+ "fir": 603,
759
+ "ir": 604,
760
+ "swee": 605,
761
+ "number": 606,
762
+ "##be": 607,
763
+ "##ip": 608,
764
+ "answer": 609,
765
+ "won": 610,
766
+ "take": 611,
767
+ "reply": 612,
768
+ "whats": 613,
769
+ "first": 614,
770
+ "##ken": 615,
771
+ "real": 616,
772
+ "te": 617,
773
+ "hum": 618,
774
+ "na": 619,
775
+ "##oring": 620,
776
+ "##quint": 621,
777
+ "##ead": 622,
778
+ "##quintingface": 623,
779
+ "##ass": 624,
780
+ "them": 625,
781
+ "mar": 626,
782
+ "ve": 627,
783
+ "stud": 628,
784
+ "ad": 629,
785
+ "kind": 630,
786
+ "cry": 631,
787
+ "mon": 632,
788
+ "night": 633,
789
+ "##press": 634,
790
+ "song": 635,
791
+ "##ath": 636,
792
+ "##ingfacewithhearteyes": 637,
793
+ "##augh": 638,
794
+ "##are": 639,
795
+ "irrit": 640,
796
+ "##ding": 641,
797
+ "indi": 642,
798
+ "##ence": 643,
799
+ "facewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoy": 644,
800
+ "thats": 645,
801
+ "other": 646,
802
+ "sweet": 647,
803
+ "sha": 648,
804
+ "lot": 649,
805
+ "joke": 650,
806
+ "thought": 651,
807
+ "loudlycryingface": 652,
808
+ "sc": 653,
809
+ "facewithtearsofjoyfacewithtearsofjoy": 654,
810
+ "##less": 655,
811
+ "means": 656,
812
+ "af": 657,
813
+ "bit": 658,
814
+ "hahaha": 659,
815
+ "find": 660,
816
+ "mess": 661,
817
+ "ann": 662,
818
+ "##ose": 663,
819
+ "start": 664,
820
+ "serious": 665,
821
+ "##ity": 666,
822
+ "annoy": 667,
823
+ "could": 668,
824
+ "##ady": 669,
825
+ "actually": 670,
826
+ "bus": 671,
827
+ "show": 672,
828
+ "##oto": 673,
829
+ "leave": 674,
830
+ "year": 675,
831
+ "guess": 676,
832
+ "##blem": 677,
833
+ "nope": 678,
834
+ "photo": 679,
835
+ "sing": 680,
836
+ "##sh": 681,
837
+ "laugh": 682,
838
+ "##ort": 683,
839
+ "problem": 684,
840
+ "mind": 685,
841
+ "asking": 686,
842
+ "##yy": 687,
843
+ "mak": 688,
844
+ "fr": 689,
845
+ "##ning": 690,
846
+ "grinningfacewith": 691,
847
+ "human": 692,
848
+ "##bl": 693,
849
+ "##inkingface": 694,
850
+ "many": 695,
851
+ "ohh": 696,
852
+ "##sweat": 697,
853
+ "##ough": 698,
854
+ "##ture": 699,
855
+ "care": 700,
856
+ "##ac": 701,
857
+ "##disappointedface": 702,
858
+ "##act": 703,
859
+ "things": 704,
860
+ "##erest": 705,
861
+ "##ick": 706,
862
+ "ty": 707,
863
+ "fav": 708,
864
+ "le": 709,
865
+ "interest": 710,
866
+ "wish": 711,
867
+ "##ial": 712,
868
+ "##withtong": 713,
869
+ "##ba": 714,
870
+ "engl": 715,
871
+ "##pt": 716,
872
+ "picture": 717,
873
+ "##uck": 718,
874
+ "##reak": 719,
875
+ "##own": 720,
876
+ "id": 721,
877
+ "##ute": 722,
878
+ "alre": 723,
879
+ "made": 724,
880
+ "already": 725,
881
+ "bl": 726,
882
+ "hear": 727,
883
+ "##ingsquintingface": 728,
884
+ "el": 729,
885
+ "over": 730,
886
+ "##az": 731,
887
+ "list": 732,
888
+ "prett": 733,
889
+ "english": 734,
890
+ "fe": 735,
891
+ "##poutingface": 736,
892
+ "sm": 737,
893
+ "##mor": 738,
894
+ "dear": 739,
895
+ "##gg": 740,
896
+ "saying": 741,
897
+ "enjoy": 742,
898
+ "pretty": 743,
899
+ "##eak": 744,
900
+ "ho": 745,
901
+ "everything": 746,
902
+ "hi": 747,
903
+ "part": 748,
904
+ "##ach": 749,
905
+ "##bo": 750,
906
+ "bea": 751,
907
+ "beamingfacewithsmilingeyes": 752,
908
+ "##ated": 753,
909
+ "has": 754,
910
+ "guy": 755,
911
+ "##ile": 756,
912
+ "job": 757,
913
+ "annoying": 758,
914
+ "##withtongue": 759,
915
+ "app": 760,
916
+ "most": 761,
917
+ "exam": 762,
918
+ "phone": 763,
919
+ "##ense": 764,
920
+ "hop": 765,
921
+ "##beamingfacewithsmilingeyes": 766,
922
+ "##owing": 767,
923
+ "after": 768,
924
+ "##ft": 769,
925
+ "getting": 770,
926
+ "##aa": 771,
927
+ "happened": 772,
928
+ "gl": 773,
929
+ "ai": 774,
930
+ "har": 775,
931
+ "long": 776,
932
+ "done": 777,
933
+ "break": 778,
934
+ "gon": 779,
935
+ "lone": 780,
936
+ "##ance": 781,
937
+ "else": 782,
938
+ "kid": 783,
939
+ "##ds": 784,
940
+ "##ream": 785,
941
+ "hu": 786,
942
+ "##he": 787,
943
+ "disappointedface": 788,
944
+ "##ried": 789,
945
+ "sex": 790,
946
+ "cra": 791,
947
+ "yourself": 792,
948
+ "place": 793,
949
+ "##iz": 794,
950
+ "gonna": 795,
951
+ "rel": 796,
952
+ "speak": 797,
953
+ "irritating": 798,
954
+ "##ect": 799,
955
+ "##ourse": 800,
956
+ "use": 801,
957
+ "live": 802,
958
+ "cat": 803,
959
+ "##ber": 804,
960
+ "lonely": 805,
961
+ "game": 806,
962
+ "gf": 807,
963
+ "listen": 808,
964
+ "yup": 809,
965
+ "##big": 810,
966
+ "tomor": 811,
967
+ "hope": 812,
968
+ "keep": 813,
969
+ "india": 814,
970
+ "##bigeyes": 815,
971
+ "##eek": 816,
972
+ "per": 817,
973
+ "cou": 818,
974
+ "busy": 819,
975
+ "em": 820,
976
+ "him": 821,
977
+ "told": 822,
978
+ "tomorrow": 823,
979
+ "cont": 824,
980
+ "##ory": 825,
981
+ "##ightly": 826,
982
+ "glad": 827,
983
+ "##bot": 828,
984
+ "che": 829,
985
+ "##ww": 830,
986
+ "asked": 831,
987
+ "broke": 832,
988
+ "eat": 833,
989
+ "##usedface": 834,
990
+ "##blowing": 835,
991
+ "##blowingak": 836,
992
+ "bu": 837,
993
+ "jok": 838,
994
+ "study": 839,
995
+ "##blowingakiss": 840,
996
+ "iam": 841,
997
+ "forg": 842,
998
+ "plan": 843,
999
+ "next": 844,
1000
+ "though": 845,
1001
+ "##body": 846,
1002
+ "dumb": 847,
1003
+ "##ti": 848,
1004
+ "shut": 849,
1005
+ "week": 850,
1006
+ "##ment": 851,
1007
+ "comp": 852,
1008
+ "cryingface": 853,
1009
+ "mood": 854,
1010
+ "tea": 855,
1011
+ "mat": 856,
1012
+ "plz": 857,
1013
+ "##ingcatfacewith": 858,
1014
+ "##angu": 859,
1015
+ "##friend": 860,
1016
+ "##ons": 861,
1017
+ "boring": 862,
1018
+ "##lieved": 863,
1019
+ "##ves": 864,
1020
+ "##ush": 865,
1021
+ "maybe": 866,
1022
+ "last": 867,
1023
+ "old": 868,
1024
+ "res": 869,
1025
+ "amaz": 870,
1026
+ "##os": 871,
1027
+ "##rown": 872,
1028
+ "bot": 873,
1029
+ "langu": 874,
1030
+ "sent": 875,
1031
+ "##de": 876,
1032
+ "##lievedface": 877,
1033
+ "##ol": 878,
1034
+ "##umbs": 879,
1035
+ "##rite": 880,
1036
+ "true": 881,
1037
+ "boyfriend": 882,
1038
+ "our": 883,
1039
+ "##grinningfacewith": 884,
1040
+ "course": 885,
1041
+ "##ese": 886,
1042
+ "litt": 887,
1043
+ "cant": 888,
1044
+ "little": 889,
1045
+ "yet": 890,
1046
+ "kiss": 891,
1047
+ "sec": 892,
1048
+ "ac": 893,
1049
+ "down": 894,
1050
+ "##wh": 895,
1051
+ "read": 896,
1052
+ "dam": 897,
1053
+ "##ange": 898,
1054
+ "conf": 899,
1055
+ "top": 900,
1056
+ "##ise": 901,
1057
+ "believe": 902,
1058
+ "world": 903,
1059
+ "compl": 904,
1060
+ "trying": 905,
1061
+ "hard": 906,
1062
+ "tw": 907,
1063
+ "everyone": 908,
1064
+ "bed": 909,
1065
+ "##amusedface": 910,
1066
+ "ear": 911,
1067
+ "lat": 912,
1068
+ "luck": 913,
1069
+ "beaut": 914,
1070
+ "wt": 915,
1071
+ "##ever": 916,
1072
+ "##eary": 917,
1073
+ "##smilingface": 918,
1074
+ "enough": 919,
1075
+ "intell": 920,
1076
+ "money": 921,
1077
+ "dude": 922,
1078
+ "##eal": 923,
1079
+ "such": 924,
1080
+ "##iff": 925,
1081
+ "##ful": 926,
1082
+ "##vel": 927,
1083
+ "robot": 928,
1084
+ "amazing": 929,
1085
+ "##ens": 930,
1086
+ "##gr": 931,
1087
+ "smilingfacewithhearteyes": 932,
1088
+ "cho": 933,
1089
+ "br": 934,
1090
+ "##ail": 935,
1091
+ "##gn": 936,
1092
+ "hello": 937,
1093
+ "intellig": 938,
1094
+ "diff": 939,
1095
+ "##ket": 940,
1096
+ "##ard": 941,
1097
+ "dis": 942,
1098
+ "##zy": 943,
1099
+ "super": 944,
1100
+ "##kenheart": 945,
1101
+ "mor": 946,
1102
+ "mine": 947,
1103
+ "pain": 948,
1104
+ "soon": 949,
1105
+ "cause": 950,
1106
+ "vide": 951,
1107
+ "##other": 952,
1108
+ "wht": 953,
1109
+ "lear": 954,
1110
+ "red": 955,
1111
+ "##wn": 956,
1112
+ "dar": 957,
1113
+ "fl": 958,
1114
+ "free": 959,
1115
+ "##mber": 960,
1116
+ "pls": 961,
1117
+ "cute": 962,
1118
+ "head": 963,
1119
+ "##lock": 964,
1120
+ "waiting": 965,
1121
+ "gr": 966,
1122
+ "spe": 967,
1123
+ "##av": 968,
1124
+ "myself": 969,
1125
+ "seem": 970,
1126
+ "message": 971,
1127
+ "stay": 972,
1128
+ "##ored": 973,
1129
+ "damn": 974,
1130
+ "##uu": 975,
1131
+ "away": 976,
1132
+ "##hand": 977,
1133
+ "another": 978,
1134
+ "##outh": 979,
1135
+ "##facewith": 980,
1136
+ "##apo": 981,
1137
+ "##ph": 982,
1138
+ "##vers": 983,
1139
+ "##der": 984,
1140
+ "##ither": 985,
1141
+ "text": 986,
1142
+ "mus": 987,
1143
+ "##smilingfacewithhearteyes": 988,
1144
+ "kidding": 989,
1145
+ "creat": 990,
1146
+ "chatting": 991,
1147
+ "add": 992,
1148
+ "food": 993,
1149
+ "##steam": 994,
1150
+ "facewith": 995,
1151
+ "crazy": 996,
1152
+ "teach": 997,
1153
+ "language": 998,
1154
+ "10": 999,
1155
+ "ign": 1000,
1156
+ "lets": 1001,
1157
+ "doesn": 1002,
1158
+ "##from": 1003,
1159
+ "having": 1004,
1160
+ "coll": 1005,
1161
+ "comm": 1006,
1162
+ "##inner": 1007,
1163
+ "##iful": 1008,
1164
+ "both": 1009,
1165
+ "grinningfacewithsweat": 1010,
1166
+ "hon": 1011,
1167
+ "sense": 1012,
1168
+ "##steamfrom": 1013,
1169
+ "##steamfromn": 1014,
1170
+ "cheat": 1015,
1171
+ "expl": 1016,
1172
+ "days": 1017,
1173
+ "bitch": 1018,
1174
+ "beautiful": 1019,
1175
+ "morning": 1020,
1176
+ "ah": 1021,
1177
+ "dream": 1022,
1178
+ "##ple": 1023,
1179
+ "##oom": 1024,
1180
+ "makes": 1025,
1181
+ "##ling": 1026,
1182
+ "these": 1027,
1183
+ "##faceblowingakiss": 1028,
1184
+ "self": 1029,
1185
+ "def": 1030,
1186
+ "cr": 1031,
1187
+ "xd": 1032,
1188
+ "full": 1033,
1189
+ "video": 1034,
1190
+ "##steamfromnose": 1035,
1191
+ "dinner": 1036,
1192
+ "end": 1037,
1193
+ "later": 1038,
1194
+ "des": 1039,
1195
+ "change": 1040,
1196
+ "coming": 1041,
1197
+ "seriously": 1042,
1198
+ "dr": 1043,
1199
+ "bt": 1044,
1200
+ "book": 1045,
1201
+ "gi": 1046,
1202
+ "##son": 1047,
1203
+ "##ily": 1048,
1204
+ "##ightlysmilingface": 1049,
1205
+ "big": 1050,
1206
+ "block": 1051,
1207
+ "##able": 1052,
1208
+ "##rect": 1053,
1209
+ "depress": 1054,
1210
+ "music": 1055,
1211
+ "goo": 1056,
1212
+ "##ab": 1057,
1213
+ "##ary": 1058,
1214
+ "##mes": 1059,
1215
+ "##fore": 1060,
1216
+ "hehe": 1061,
1217
+ "movies": 1062,
1218
+ "looking": 1063,
1219
+ "relation": 1064,
1220
+ "topic": 1065,
1221
+ "##ps": 1066,
1222
+ "reme": 1067,
1223
+ "fast": 1068,
1224
+ "##ship": 1069,
1225
+ "pr": 1070,
1226
+ "sch": 1071,
1227
+ "##poutingfacepoutingface": 1072,
1228
+ "grinningface": 1073,
1229
+ "##ific": 1074,
1230
+ "tru": 1075,
1231
+ "##grinningface": 1076,
1232
+ "idi": 1077,
1233
+ "##kk": 1078,
1234
+ "before": 1079,
1235
+ "ohhh": 1080,
1236
+ "working": 1081,
1237
+ "##ather": 1082,
1238
+ "spec": 1083,
1239
+ "##ret": 1084,
1240
+ "##grinningsquintingface": 1085,
1241
+ "crying": 1086,
1242
+ "single": 1087,
1243
+ "grinningfacewithbigeyes": 1088,
1244
+ "fin": 1089,
1245
+ "op": 1090,
1246
+ "##ng": 1091,
1247
+ "share": 1092,
1248
+ "type": 1093,
1249
+ "idiot": 1094,
1250
+ "##ap": 1095,
1251
+ "##fect": 1096,
1252
+ "##inkingfacewithtongue": 1097,
1253
+ "explain": 1098,
1254
+ "fo": 1099,
1255
+ "poutingface": 1100,
1256
+ "##tim": 1101,
1257
+ "questions": 1102,
1258
+ "art": 1103,
1259
+ "dist": 1104,
1260
+ "gen": 1105,
1261
+ "must": 1106,
1262
+ "##bro": 1107,
1263
+ "##set": 1108,
1264
+ "thinking": 1109,
1265
+ "exact": 1110,
1266
+ "left": 1111,
1267
+ "fake": 1112,
1268
+ "##gle": 1113,
1269
+ "their": 1114,
1270
+ "story": 1115,
1271
+ "exc": 1116,
1272
+ "bir": 1117,
1273
+ "di": 1118,
1274
+ "##uff": 1119,
1275
+ "ins": 1120,
1276
+ "anyone": 1121,
1277
+ "missed": 1122,
1278
+ "idea": 1123,
1279
+ "thumbs": 1124,
1280
+ "##ond": 1125,
1281
+ "whatever": 1126,
1282
+ "##oooo": 1127,
1283
+ "coz": 1128,
1284
+ "tired": 1129,
1285
+ "hand": 1130,
1286
+ "##right": 1131,
1287
+ "grinningsquintingface": 1132,
1288
+ "making": 1133,
1289
+ "relationship": 1134,
1290
+ "remember": 1135,
1291
+ "##more": 1136,
1292
+ "##ale": 1137,
1293
+ "##rowningface": 1138,
1294
+ "##earyface": 1139,
1295
+ "##gram": 1140,
1296
+ "bored": 1141,
1297
+ "fam": 1142,
1298
+ "ob": 1143,
1299
+ "##ah": 1144,
1300
+ "sugg": 1145,
1301
+ "times": 1146,
1302
+ "##pect": 1147,
1303
+ "interesting": 1148,
1304
+ "smart": 1149,
1305
+ "defin": 1150,
1306
+ "ye": 1151,
1307
+ "fail": 1152,
1308
+ "fucking": 1153,
1309
+ "count": 1154,
1310
+ "##times": 1155,
1311
+ "##ience": 1156,
1312
+ "##fer": 1157,
1313
+ "supp": 1158,
1314
+ "anymore": 1159,
1315
+ "grinningfacewithsmilingeyes": 1160,
1316
+ "watching": 1161,
1317
+ "check": 1162,
1318
+ "##line": 1163,
1319
+ "##ject": 1164,
1320
+ "##orn": 1165,
1321
+ "yours": 1166,
1322
+ "sometimes": 1167,
1323
+ "program": 1168,
1324
+ "point": 1169,
1325
+ "yay": 1170,
1326
+ "##gu": 1171,
1327
+ "inter": 1172,
1328
+ "##ical": 1173,
1329
+ "clear": 1174,
1330
+ "laughing": 1175,
1331
+ "interested": 1176,
1332
+ "sound": 1177,
1333
+ "##ric": 1178,
1334
+ "school": 1179,
1335
+ "exactly": 1180,
1336
+ "car": 1181,
1337
+ "wom": 1182,
1338
+ "##iness": 1183,
1339
+ "##cept": 1184,
1340
+ "upset": 1185,
1341
+ "aww": 1186,
1342
+ "smilingfacewithsmilingeyes": 1187,
1343
+ "favor": 1188,
1344
+ "differe": 1189,
1345
+ "late": 1190,
1346
+ "##no": 1191,
1347
+ "##ited": 1192,
1348
+ "called": 1193,
1349
+ "yaar": 1194,
1350
+ "matter": 1195,
1351
+ "colle": 1196,
1352
+ "own": 1197,
1353
+ "without": 1198,
1354
+ "att": 1199,
1355
+ "two": 1200,
1356
+ "hot": 1201,
1357
+ "tra": 1202,
1358
+ "uh": 1203,
1359
+ "##ari": 1204,
1360
+ "##ouse": 1205,
1361
+ "those": 1206,
1362
+ "aren": 1207,
1363
+ "imp": 1208,
1364
+ "truth": 1209,
1365
+ "##brokenheart": 1210,
1366
+ "##ew": 1211,
1367
+ "seen": 1212,
1368
+ "##ack": 1213,
1369
+ "##sl": 1214,
1370
+ "##ince": 1215,
1371
+ "god": 1216,
1372
+ "abt": 1217,
1373
+ "min": 1218,
1374
+ "si": 1219,
1375
+ "##ci": 1220,
1376
+ "##loudlycryingfaceloudlycryingfaceloudlycryingfaceloudlycryingface": 1221,
1377
+ "hmmm": 1222,
1378
+ "college": 1223,
1379
+ "age": 1224,
1380
+ "soo": 1225,
1381
+ "convers": 1226,
1382
+ "girls": 1227,
1383
+ "##unch": 1228,
1384
+ "##fac": 1229,
1385
+ "##but": 1230,
1386
+ "lik": 1231,
1387
+ "##ions": 1232,
1388
+ "##cryingfacecryingface": 1233,
1389
+ "word": 1234,
1390
+ "hurts": 1235,
1391
+ "years": 1236,
1392
+ "bi": 1237,
1393
+ "cor": 1238,
1394
+ "pur": 1239,
1395
+ "tak": 1240,
1396
+ "##em": 1241,
1397
+ "nobody": 1242,
1398
+ "stuff": 1243,
1399
+ "meaning": 1244,
1400
+ "##ages": 1245,
1401
+ "secret": 1246,
1402
+ "conversation": 1247,
1403
+ "##grinningfacewithsmilingeyes": 1248,
1404
+ "enjoying": 1249,
1405
+ "learn": 1250,
1406
+ "favorite": 1251,
1407
+ "sit": 1252,
1408
+ "youre": 1253,
1409
+ "##ering": 1254,
1410
+ "haven": 1255,
1411
+ "reason": 1256,
1412
+ "feelings": 1257,
1413
+ "poor": 1258,
1414
+ "perfect": 1259,
1415
+ "google": 1260,
1416
+ "tur": 1261,
1417
+ "##mouth": 1262,
1418
+ "##ible": 1263,
1419
+ "##vious": 1264,
1420
+ "isn": 1265,
1421
+ "jokes": 1266,
1422
+ "dance": 1267,
1423
+ "##een": 1268,
1424
+ "##li": 1269,
1425
+ "##ash": 1270,
1426
+ "##ift": 1271,
1427
+ "##pression": 1272,
1428
+ "sk": 1273,
1429
+ "##ird": 1274,
1430
+ "##urb": 1275,
1431
+ "##disappointedfacedisappointedface": 1276,
1432
+ "##facean": 1277,
1433
+ "dp": 1278,
1434
+ "date": 1279,
1435
+ "nd": 1280,
1436
+ "##all": 1281,
1437
+ "##ub": 1282,
1438
+ "##food": 1283,
1439
+ "ass": 1284,
1440
+ "words": 1285,
1441
+ "around": 1286,
1442
+ "##lt": 1287,
1443
+ "##ete": 1288,
1444
+ "##roll": 1289,
1445
+ "##haha": 1290,
1446
+ "loved": 1291,
1447
+ "trust": 1292,
1448
+ "huh": 1293,
1449
+ "##ingcatfacewithsmilingeyes": 1294,
1450
+ "birth": 1295,
1451
+ "lame": 1296,
1452
+ "##man": 1297,
1453
+ "##sav": 1298,
1454
+ "lie": 1299,
1455
+ "loves": 1300,
1456
+ "##ames": 1301,
1457
+ "##oringfood": 1302,
1458
+ "exams": 1303,
1459
+ "##grinningfacewithsweat": 1304,
1460
+ "depressed": 1305,
1461
+ "##savoringfood": 1306,
1462
+ "bc": 1307,
1463
+ "cu": 1308,
1464
+ "house": 1309,
1465
+ "online": 1310,
1466
+ "yester": 1311,
1467
+ "##time": 1312,
1468
+ "intelligence": 1313,
1469
+ "drink": 1314,
1470
+ "yesterday": 1315,
1471
+ "dnt": 1316,
1472
+ "hour": 1317,
1473
+ "##ying": 1318,
1474
+ "knew": 1319,
1475
+ "##redheart": 1320,
1476
+ "##pose": 1321,
1477
+ "darling": 1322,
1478
+ "##pend": 1323,
1479
+ "knw": 1324,
1480
+ "wanted": 1325,
1481
+ "##facewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoy": 1326,
1482
+ "ug": 1327,
1483
+ "##con": 1328,
1484
+ "##oot": 1329,
1485
+ "##ingcatfacewithhearteyes": 1330,
1486
+ "##ensive": 1331,
1487
+ "nt": 1332,
1488
+ "sim": 1333,
1489
+ "##gs": 1334,
1490
+ "relievedface": 1335,
1491
+ "telling": 1336,
1492
+ "eng": 1337,
1493
+ "##itely": 1338,
1494
+ "favou": 1339,
1495
+ "yep": 1340,
1496
+ "correct": 1341,
1497
+ "far": 1342,
1498
+ "##ger": 1343,
1499
+ "move": 1344,
1500
+ "anyway": 1345,
1501
+ "meant": 1346,
1502
+ "##ult": 1347,
1503
+ "married": 1348,
1504
+ "choc": 1349,
1505
+ "bf": 1350,
1506
+ "da": 1351,
1507
+ "ey": 1352,
1508
+ "##ire": 1353,
1509
+ "thn": 1354,
1510
+ "##relievedface": 1355,
1511
+ "##llow": 1356,
1512
+ "##ilm": 1357,
1513
+ "shit": 1358,
1514
+ "didnt": 1359,
1515
+ "missing": 1360,
1516
+ "class": 1361,
1517
+ "##lessface": 1362,
1518
+ "##where": 1363,
1519
+ "disturb": 1364,
1520
+ "suggest": 1365,
1521
+ "##pressionlessface": 1366,
1522
+ "ugly": 1367,
1523
+ "city": 1368,
1524
+ "fore": 1369,
1525
+ "link": 1370,
1526
+ "ms": 1371,
1527
+ "##ost": 1372,
1528
+ "##ark": 1373,
1529
+ "##ign": 1374,
1530
+ "agree": 1375,
1531
+ "comput": 1376,
1532
+ "special": 1377,
1533
+ "definitely": 1378,
1534
+ "disappoint": 1379,
1535
+ "##rr": 1380,
1536
+ "whom": 1381,
1537
+ "pics": 1382,
1538
+ "##aste": 1383,
1539
+ "few": 1384,
1540
+ "party": 1385,
1541
+ "favourite": 1386,
1542
+ "hor": 1387,
1543
+ "room": 1388,
1544
+ "##ual": 1389,
1545
+ "##bly": 1390,
1546
+ "##bile": 1391,
1547
+ "##zz": 1392,
1548
+ "broken": 1393,
1549
+ "clo": 1394,
1550
+ "vo": 1395,
1551
+ "write": 1396,
1552
+ "##ates": 1397,
1553
+ "alright": 1398,
1554
+ "indian": 1399,
1555
+ "acc": 1400,
1556
+ "crush": 1401,
1557
+ "##ied": 1402,
1558
+ "mom": 1403,
1559
+ "worry": 1404,
1560
+ "unamusedface": 1405,
1561
+ "marry": 1406,
1562
+ "shall": 1407,
1563
+ "resp": 1408,
1564
+ "confus": 1409,
1565
+ "rom": 1410,
1566
+ "##uture": 1411,
1567
+ "grinningcatface": 1412,
1568
+ "wonder": 1413,
1569
+ "guys": 1414,
1570
+ "forget": 1415,
1571
+ "chocol": 1416,
1572
+ "might": 1417,
1573
+ "##ats": 1418,
1574
+ "post": 1419,
1575
+ "20": 1420,
1576
+ "future": 1421,
1577
+ "##du": 1422,
1578
+ "##za": 1423,
1579
+ "nor": 1424,
1580
+ "##ooo": 1425,
1581
+ "chill": 1426,
1582
+ "##smilingfacewithsmilingeyes": 1427,
1583
+ "prof": 1428,
1584
+ "depend": 1429,
1585
+ "started": 1430,
1586
+ "##ensiveface": 1431,
1587
+ "##frowningface": 1432,
1588
+ "##ware": 1433,
1589
+ "mobile": 1434,
1590
+ "char": 1435,
1591
+ "proba": 1436,
1592
+ "##astic": 1437,
1593
+ "office": 1438,
1594
+ "##grinningfacewithbigeyes": 1439,
1595
+ "obvious": 1440,
1596
+ "country": 1441,
1597
+ "different": 1442,
1598
+ "fool": 1443,
1599
+ "tv": 1444,
1600
+ "##you": 1445,
1601
+ "soft": 1446,
1602
+ "##rim": 1447,
1603
+ "##arc": 1448,
1604
+ "##unamusedface": 1449,
1605
+ "nah": 1450,
1606
+ "##beamingfacewithsmilingeyesbeamingfacewithsmilingeyes": 1451,
1607
+ "family": 1452,
1608
+ "dead": 1453,
1609
+ "mic": 1454,
1610
+ "oo": 1455,
1611
+ "##ty": 1456,
1612
+ "##llyw": 1457,
1613
+ "weird": 1458,
1614
+ "##log": 1459,
1615
+ "used": 1460,
1616
+ "piz": 1461,
1617
+ "##sure": 1462,
1618
+ "##el": 1463,
1619
+ "##cent": 1464,
1620
+ "##irk": 1465,
1621
+ "frnd": 1466,
1622
+ "facewithsteamfromnose": 1467,
1623
+ "cheated": 1468,
1624
+ "computer": 1469,
1625
+ "micro": 1470,
1626
+ "##llywood": 1471,
1627
+ "cha": 1472,
1628
+ "wi": 1473,
1629
+ "##ness": 1474,
1630
+ "ready": 1475,
1631
+ "##ssible": 1476,
1632
+ "slightlysmilingface": 1477,
1633
+ "looks": 1478,
1634
+ "month": 1479,
1635
+ "songs": 1480,
1636
+ "typ": 1481,
1637
+ "weekend": 1482,
1638
+ "seems": 1483,
1639
+ "honest": 1484,
1640
+ "thumbsup": 1485,
1641
+ "ill": 1486,
1642
+ "hair": 1487,
1643
+ "inf": 1488,
1644
+ "once": 1489,
1645
+ "##ild": 1490,
1646
+ "##its": 1491,
1647
+ "coff": 1492,
1648
+ "pick": 1493,
1649
+ "saw": 1494,
1650
+ "catfacewithtearsofjoy": 1495,
1651
+ "joking": 1496,
1652
+ "birthday": 1497,
1653
+ "microsof": 1498,
1654
+ "coffee": 1499,
1655
+ "lunch": 1500,
1656
+ "nons": 1501,
1657
+ "ton": 1502,
1658
+ "##les": 1503,
1659
+ "thr": 1504,
1660
+ "##ered": 1505,
1661
+ "wasn": 1506,
1662
+ "##ction": 1507,
1663
+ "##gether": 1508,
1664
+ "join": 1509,
1665
+ "grinningcatfacewithsmilingeyes": 1510,
1666
+ "heard": 1511,
1667
+ "engine": 1512,
1668
+ "probably": 1513,
1669
+ "pizza": 1514,
1670
+ "microsoft": 1515,
1671
+ "mist": 1516,
1672
+ "pass": 1517,
1673
+ "since": 1518,
1674
+ "sarc": 1519,
1675
+ "##ared": 1520,
1676
+ "##su": 1521,
1677
+ "##not": 1522,
1678
+ "while": 1523,
1679
+ "##ors": 1524,
1680
+ "inde": 1525,
1681
+ "col": 1526,
1682
+ "whole": 1527,
1683
+ "del": 1528,
1684
+ "into": 1529,
1685
+ "watched": 1530,
1686
+ "forgot": 1531,
1687
+ "artific": 1532,
1688
+ "voice": 1533,
1689
+ "##irkingface": 1534,
1690
+ "##sm": 1535,
1691
+ "tot": 1536,
1692
+ "##oose": 1537,
1693
+ "sleeping": 1538,
1694
+ "##ister": 1539,
1695
+ "kinda": 1540,
1696
+ "##ball": 1541,
1697
+ "buy": 1542,
1698
+ "studying": 1543,
1699
+ "forever": 1544,
1700
+ "nonsense": 1545,
1701
+ "##ouble": 1546,
1702
+ "##earch": 1547,
1703
+ "str": 1548,
1704
+ "##ict": 1549,
1705
+ "loudlycryingfaceloudlycryingfaceloudlycryingface": 1550,
1706
+ "artificial": 1551,
1707
+ "either": 1552,
1708
+ "loud": 1553,
1709
+ "math": 1554,
1710
+ "##vice": 1555,
1711
+ "##bs": 1556,
1712
+ "together": 1557,
1713
+ "inv": 1558,
1714
+ "inst": 1559,
1715
+ "repl": 1560,
1716
+ "neither": 1561,
1717
+ "cold": 1562,
1718
+ "babe": 1563,
1719
+ "quite": 1564,
1720
+ "depends": 1565,
1721
+ "test": 1566,
1722
+ "yo": 1567,
1723
+ "##sk": 1568,
1724
+ "##ex": 1569,
1725
+ "##idd": 1570,
1726
+ "brother": 1571,
1727
+ "ignore": 1572,
1728
+ "##faceblowingakissfaceblowingakiss": 1573,
1729
+ "software": 1574,
1730
+ "bud": 1575,
1731
+ "gud": 1576,
1732
+ "pri": 1577,
1733
+ "sy": 1578,
1734
+ "wo": 1579,
1735
+ "half": 1580,
1736
+ "##key": 1581,
1737
+ "bel": 1582,
1738
+ "suff": 1583,
1739
+ "smile": 1584,
1740
+ "brain": 1585,
1741
+ "redheart": 1586,
1742
+ "disappointed": 1587,
1743
+ "fell": 1588,
1744
+ "##hip": 1589,
1745
+ "sur": 1590,
1746
+ "yaa": 1591,
1747
+ "least": 1592,
1748
+ "contact": 1593,
1749
+ "kissingcatface": 1594,
1750
+ "lucky": 1595,
1751
+ "##brokenheartbrokenheart": 1596,
1752
+ "##sun": 1597,
1753
+ "##any": 1598,
1754
+ "met": 1599,
1755
+ "##open": 1600,
1756
+ "friendship": 1601,
1757
+ "##asses": 1602,
1758
+ "rest": 1603,
1759
+ "search": 1604,
1760
+ "##lling": 1605,
1761
+ "##med": 1606,
1762
+ "open": 1607,
1763
+ "msg": 1608,
1764
+ "chocolate": 1609,
1765
+ "##rimac": 1610,
1766
+ "tonight": 1611,
1767
+ "fan": 1612,
1768
+ "umm": 1613,
1769
+ "wear": 1614,
1770
+ "##ward": 1615,
1771
+ "able": 1616,
1772
+ "become": 1617,
1773
+ "pleasure": 1618,
1774
+ "choice": 1619,
1775
+ "##rimacingface": 1620,
1776
+ "low": 1621,
1777
+ "sister": 1622,
1778
+ "##antic": 1623,
1779
+ "##yyyy": 1624,
1780
+ "##hands": 1625,
1781
+ "btw": 1626,
1782
+ "follow": 1627,
1783
+ "##guish": 1628,
1784
+ "import": 1629,
1785
+ "du": 1630,
1786
+ "nat": 1631,
1787
+ "wearyface": 1632,
1788
+ "##fl": 1633,
1789
+ "##cess": 1634,
1790
+ "##ention": 1635,
1791
+ "##glasses": 1636,
1792
+ "news": 1637,
1793
+ "pictures": 1638,
1794
+ "high": 1639,
1795
+ "##ize": 1640,
1796
+ "gener": 1641,
1797
+ "excited": 1642,
1798
+ "indeed": 1643,
1799
+ "eas": 1644,
1800
+ "wri": 1645,
1801
+ "##00": 1646,
1802
+ "##thers": 1647,
1803
+ "##ingfacewithsun": 1648,
1804
+ "worst": 1649,
1805
+ "water": 1650,
1806
+ "student": 1651,
1807
+ "intelligent": 1652,
1808
+ "clearly": 1653,
1809
+ "obviously": 1654,
1810
+ "##ingfacewithsunglasses": 1655,
1811
+ "bat": 1656,
1812
+ "bas": 1657,
1813
+ "came": 1658,
1814
+ "cur": 1659,
1815
+ "hm": 1660,
1816
+ "hang": 1661,
1817
+ "lu": 1662,
1818
+ "less": 1663,
1819
+ "prom": 1664,
1820
+ "ru": 1665,
1821
+ "winkingfacewithtongue": 1666,
1822
+ "##oz": 1667,
1823
+ "##io": 1668,
1824
+ "tht": 1669,
1825
+ "##eeee": 1670,
1826
+ "rem": 1671,
1827
+ "expect": 1672,
1828
+ "##ract": 1673,
1829
+ "##apost": 1674,
1830
+ "##conf": 1675,
1831
+ "gone": 1676,
1832
+ "till": 1677,
1833
+ "##winkingface": 1678,
1834
+ "##ount": 1679,
1835
+ "##alent": 1680,
1836
+ "##aught": 1681,
1837
+ "ohk": 1682,
1838
+ "says": 1683,
1839
+ "smilingcatfacewithhearteyes": 1684,
1840
+ "using": 1685,
1841
+ "possible": 1686,
1842
+ "playing": 1687,
1843
+ "facewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoy": 1688,
1844
+ "emot": 1689,
1845
+ "eyes": 1690,
1846
+ "romantic": 1691,
1847
+ "kill": 1692,
1848
+ "tri": 1693,
1849
+ "walk": 1694,
1850
+ "##nce": 1695,
1851
+ "##bb": 1696,
1852
+ "##ween": 1697,
1853
+ "##sever": 1698,
1854
+ "sub": 1699,
1855
+ "exper": 1700,
1856
+ "impress": 1701,
1857
+ "awww": 1702,
1858
+ "angryface": 1703,
1859
+ "loudlycryingfaceloudlycryingface": 1704,
1860
+ "fem": 1705,
1861
+ "##ache": 1706,
1862
+ "##ightlyfrowningface": 1707,
1863
+ "giving": 1708,
1864
+ "intern": 1709,
1865
+ "sounds": 1710,
1866
+ "totally": 1711,
1867
+ "##severingface": 1712,
1868
+ "ter": 1713,
1869
+ "went": 1714,
1870
+ "yu": 1715,
1871
+ "##ming": 1716,
1872
+ "##nect": 1717,
1873
+ "##winkingfacewithtongue": 1718,
1874
+ "cannot": 1719,
1875
+ "rec": 1720,
1876
+ "##ics": 1721,
1877
+ "devel": 1722,
1878
+ "calling": 1723,
1879
+ "between": 1724,
1880
+ "##quintingfacewithtongue": 1725,
1881
+ "address": 1726,
1882
+ "dreams": 1727,
1883
+ "##faceangry": 1728,
1884
+ "##openmouth": 1729,
1885
+ "develop": 1730,
1886
+ "ev": 1731,
1887
+ "games": 1732,
1888
+ "non": 1733,
1889
+ "sn": 1734,
1890
+ "##use": 1735,
1891
+ "##ix": 1736,
1892
+ "##ouch": 1737,
1893
+ "##thumbs": 1738,
1894
+ "dog": 1739,
1895
+ "form": 1740,
1896
+ "state": 1741,
1897
+ "##pped": 1742,
1898
+ "sleepy": 1743,
1899
+ "##loor": 1744,
1900
+ "tech": 1745,
1901
+ "taking": 1746,
1902
+ "12": 1747,
1903
+ "cook": 1748,
1904
+ "cric": 1749,
1905
+ "pu": 1750,
1906
+ "ra": 1751,
1907
+ "um": 1752,
1908
+ "##ia": 1753,
1909
+ "reading": 1754,
1910
+ "##hhhh": 1755,
1911
+ "whatsapp": 1756,
1912
+ "##facewithsteamfromnose": 1757,
1913
+ "turn": 1758,
1914
+ "cuz": 1759,
1915
+ "important": 1760,
1916
+ "av": 1761,
1917
+ "dat": 1762,
1918
+ "foot": 1763,
1919
+ "pa": 1764,
1920
+ "put": 1765,
1921
+ "yr": 1766,
1922
+ "##iv": 1767,
1923
+ "##led": 1768,
1924
+ "star": 1769,
1925
+ "personal": 1770,
1926
+ "problems": 1771,
1927
+ "beach": 1772,
1928
+ "woman": 1773,
1929
+ "hours": 1774,
1930
+ "##skint": 1775,
1931
+ "##iddle": 1776,
1932
+ "gift": 1777,
1933
+ "##to": 1778,
1934
+ "##sc": 1779,
1935
+ "##reen": 1780,
1936
+ "##ert": 1781,
1937
+ "##sol": 1782,
1938
+ "faceblowingakiss": 1783,
1939
+ "chic": 1784,
1940
+ "##ump": 1785,
1941
+ "fact": 1786,
1942
+ "prefer": 1787,
1943
+ "##oundedface": 1788,
1944
+ "listening": 1789,
1945
+ "headache": 1790,
1946
+ "travel": 1791,
1947
+ "buddy": 1792,
1948
+ "suffering": 1793,
1949
+ "die": 1794,
1950
+ "found": 1795,
1951
+ "film": 1796,
1952
+ "mil": 1797,
1953
+ "tried": 1798,
1954
+ "winkingface": 1799,
1955
+ "##old": 1800,
1956
+ "##most": 1801,
1957
+ "##bu": 1802,
1958
+ "yess": 1803,
1959
+ "gott": 1804,
1960
+ "##ically": 1805,
1961
+ "suck": 1806,
1962
+ "imag": 1807,
1963
+ "connect": 1808,
1964
+ "dec": 1809,
1965
+ "hurting": 1810,
1966
+ "##osed": 1811,
1967
+ "wtf": 1812,
1968
+ "dare": 1813,
1969
+ "hy": 1814,
1970
+ "his": 1815,
1971
+ "heal": 1816,
1972
+ "mach": 1817,
1973
+ "sat": 1818,
1974
+ "sick": 1819,
1975
+ "waste": 1820,
1976
+ "##ral": 1821,
1977
+ "##cing": 1822,
1978
+ "##wor": 1823,
1979
+ "##ition": 1824,
1980
+ "absol": 1825,
1981
+ "moment": 1826,
1982
+ "child": 1827,
1983
+ "sending": 1828,
1984
+ "leaving": 1829,
1985
+ "body": 1830,
1986
+ "##arent": 1831,
1987
+ "business": 1832,
1988
+ "supposed": 1833,
1989
+ "chicken": 1834,
1990
+ "ce": 1835,
1991
+ "ga": 1836,
1992
+ "men": 1837,
1993
+ "others": 1838,
1994
+ "sill": 1839,
1995
+ "##gin": 1840,
1996
+ "##sy": 1841,
1997
+ "##down": 1842,
1998
+ "##ank": 1843,
1999
+ "##outingcatface": 1844,
2000
+ "choose": 1845,
2001
+ "##ations": 1846,
2002
+ "trouble": 1847,
2003
+ "bollywood": 1848,
2004
+ "emo": 1849,
2005
+ "second": 1850,
2006
+ "books": 1851,
2007
+ "opin": 1852,
2008
+ "##rollingeyes": 1853,
2009
+ "through": 1854,
2010
+ "cricket": 1855,
2011
+ "##skintone": 1856,
2012
+ "absolute": 1857,
2013
+ "det": 1858,
2014
+ "each": 1859,
2015
+ "ly": 1860,
2016
+ "ma": 1861,
2017
+ "side": 1862,
2018
+ "team": 1863,
2019
+ "##wearyface": 1864,
2020
+ "hav": 1865,
2021
+ "sun": 1866,
2022
+ "##iment": 1867,
2023
+ "##ular": 1868,
2024
+ "photos": 1869,
2025
+ "complete": 1870,
2026
+ "earth": 1871,
2027
+ "tiredface": 1872,
2028
+ "subject": 1873,
2029
+ "silly": 1874,
2030
+ "war": 1875,
2031
+ "donapost": 1876,
2032
+ "reg": 1877,
2033
+ "almost": 1878,
2034
+ "badly": 1879,
2035
+ "fall": 1880,
2036
+ "wont": 1881,
2037
+ "idk": 1882,
2038
+ "blue": 1883,
2039
+ "match": 1884,
2040
+ "failed": 1885,
2041
+ "confused": 1886,
2042
+ "belong": 1887,
2043
+ "experience": 1888,
2044
+ "eating": 1889,
2045
+ "vis": 1890,
2046
+ "win": 1891,
2047
+ "##ror": 1892,
2048
+ "##my": 1893,
2049
+ "##sed": 1894,
2050
+ "##the": 1895,
2051
+ "##facesavoringfood": 1896,
2052
+ "##ved": 1897,
2053
+ "liar": 1898,
2054
+ "##alo": 1899,
2055
+ "stand": 1900,
2056
+ "lovely": 1901,
2057
+ "##ional": 1902,
2058
+ "works": 1903,
2059
+ "boys": 1904,
2060
+ "appre": 1905,
2061
+ "useless": 1906,
2062
+ "##grinningsquintingfacegrinningsquintingface": 1907,
2063
+ "wife": 1908,
2064
+ "mistake": 1909,
2065
+ "health": 1910,
2066
+ "rain": 1911,
2067
+ "sal": 1912,
2068
+ "##ya": 1913,
2069
+ "##pensiveface": 1914,
2070
+ "##ower": 1915,
2071
+ "refer": 1916,
2072
+ "mother": 1917,
2073
+ "##iew": 1918,
2074
+ "coup": 1919,
2075
+ "plans": 1920,
2076
+ "company": 1921,
2077
+ "##ushedface": 1922,
2078
+ "##slightlysmilingface": 1923,
2079
+ "##butrelievedface": 1924,
2080
+ "thnx": 1925,
2081
+ "easy": 1926,
2082
+ "female": 1927,
2083
+ "absolutely": 1928,
2084
+ "appreci": 1929,
2085
+ "deep": 1930,
2086
+ "fant": 1931,
2087
+ "hw": 1932,
2088
+ "mr": 1933,
2089
+ "om": 1934,
2090
+ "piss": 1935,
2091
+ "pun": 1936,
2092
+ "sea": 1937,
2093
+ "unt": 1938,
2094
+ "##ai": 1939,
2095
+ "##ser": 1940,
2096
+ "##orm": 1941,
2097
+ "living": 1942,
2098
+ "##ries": 1943,
2099
+ "##rible": 1944,
2100
+ "except": 1945,
2101
+ "expressionlessface": 1946,
2102
+ "brokenheart": 1947,
2103
+ "smilingface": 1948,
2104
+ "##hhh": 1949,
2105
+ "##redface": 1950,
2106
+ "veg": 1951,
2107
+ "scared": 1952,
2108
+ "sexy": 1953,
2109
+ "##tiredface": 1954,
2110
+ "compliment": 1955,
2111
+ "ahead": 1956,
2112
+ "deser": 1957,
2113
+ "women": 1958,
2114
+ "gotta": 1959,
2115
+ "dri": 1960,
2116
+ "run": 1961,
2117
+ "sry": 1962,
2118
+ "sol": 1963,
2119
+ "##ali": 1964,
2120
+ "okk": 1965,
2121
+ "short": 1966,
2122
+ "##ingfacewithopenmouth": 1967,
2123
+ "worried": 1968,
2124
+ "proper": 1969,
2125
+ "##perseveringface": 1970,
2126
+ "scary": 1971,
2127
+ "catch": 1972,
2128
+ "##rowningfacewithopenmouth": 1973,
2129
+ "##phone": 1974,
2130
+ "norm": 1975,
2131
+ "##confoundedface": 1976,
2132
+ "ap": 1977,
2133
+ "jud": 1978,
2134
+ "tat": 1979,
2135
+ "##ys": 1980,
2136
+ "##sp": 1981,
2137
+ "##fast": 1982,
2138
+ "##cl": 1983,
2139
+ "##rent": 1984,
2140
+ "ref": 1985,
2141
+ "##ustr": 1986,
2142
+ "shy": 1987,
2143
+ "propose": 1988,
2144
+ "wouldn": 1989,
2145
+ "tel": 1990,
2146
+ "breakfast": 1991,
2147
+ "honey": 1992,
2148
+ "liked": 1993,
2149
+ "profile": 1994,
2150
+ "milk": 1995,
2151
+ "bff": 1996,
2152
+ "father": 1997,
2153
+ "ice": 1998,
2154
+ "opt": 1999,
2155
+ "##light": 2000,
2156
+ "haa": 2001,
2157
+ "goes": 2002,
2158
+ "##ital": 2003,
2159
+ "##irt": 2004,
2160
+ "ext": 2005,
2161
+ "exist": 2006,
2162
+ "trash": 2007,
2163
+ "spo": 2008,
2164
+ "usually": 2009,
2165
+ "happens": 2010,
2166
+ "dark": 2011,
2167
+ "##smilingfacewithhearteyessmilingfacewithhearteyes": 2012,
2168
+ "100": 2013,
2169
+ "blocked": 2014,
2170
+ "emoj": 2015
2171
+ }
2172
+ }
2173
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "full_tokenizer_file": null,
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "MobileBertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289d7e85fa35e2d21aaabfc3178d99b348fdb96b7e81af367569547a3a58bcc3
3
+ size 4219
vocab.txt ADDED
@@ -0,0 +1,2016 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [PAD]
2
+ [UNK]
3
+ [CLS]
4
+ [SEP]
5
+ [MASK]
6
+ '
7
+ 0
8
+ 1
9
+ 2
10
+ 3
11
+ 4
12
+ 5
13
+ 6
14
+ 7
15
+ 8
16
+ 9
17
+ a
18
+ b
19
+ c
20
+ d
21
+ e
22
+ f
23
+ g
24
+ h
25
+ i
26
+ j
27
+ k
28
+ l
29
+ m
30
+ n
31
+ o
32
+ p
33
+ q
34
+ r
35
+ s
36
+ t
37
+ u
38
+ v
39
+ w
40
+ x
41
+ y
42
+ z
43
+ ##a
44
+ ##u
45
+ ##g
46
+ ##h
47
+ ##y
48
+ ##r
49
+ ##t
50
+ ##o
51
+ ##m
52
+ ##s
53
+ ##k
54
+ ##e
55
+ ##p
56
+ ##i
57
+ ##d
58
+ ##l
59
+ ##n
60
+ ##v
61
+ ##f
62
+ ##c
63
+ ##b
64
+ ##w
65
+ ##j
66
+ ##1
67
+ ##q
68
+ ##z
69
+ ##8
70
+ ##2
71
+ ##x
72
+ ##7
73
+ ##0
74
+ ##4
75
+ ##9
76
+ ##6
77
+ ##5
78
+ ##3
79
+ ##ou
80
+ ##in
81
+ you
82
+ ##ing
83
+ ##at
84
+ th
85
+ ##re
86
+ wh
87
+ ##ea
88
+ ##ce
89
+ ##on
90
+ ##th
91
+ ##er
92
+ ##an
93
+ no
94
+ ##ace
95
+ to
96
+ ##es
97
+ ##ll
98
+ ##en
99
+ ##face
100
+ me
101
+ ##ith
102
+ ##ow
103
+ what
104
+ ##or
105
+ ##ve
106
+ ha
107
+ an
108
+ the
109
+ it
110
+ ##st
111
+ ##me
112
+ so
113
+ are
114
+ ##ay
115
+ ##ed
116
+ ##ear
117
+ ##oo
118
+ ##with
119
+ is
120
+ ##ingface
121
+ not
122
+ do
123
+ ##ke
124
+ ##is
125
+ be
126
+ ##ry
127
+ my
128
+ li
129
+ don
130
+ in
131
+ ##se
132
+ that
133
+ ##ly
134
+ ##oy
135
+ ##ut
136
+ am
137
+ ##ee
138
+ ##so
139
+ lo
140
+ on
141
+ ##id
142
+ ##al
143
+ ##ell
144
+ ##ch
145
+ your
146
+ ##ri
147
+ kn
148
+ ##witht
149
+ ##joy
150
+ of
151
+ ##et
152
+ ##sof
153
+ and
154
+ know
155
+ ok
156
+ ##earsof
157
+ ##withtearsof
158
+ ##withtearsofjoy
159
+ ##ad
160
+ why
161
+ ##il
162
+ can
163
+ for
164
+ st
165
+ ##ood
166
+ ##ro
167
+ ##gh
168
+ yes
169
+ ##end
170
+ how
171
+ ##ar
172
+ have
173
+ go
174
+ like
175
+ ##pp
176
+ re
177
+ ##out
178
+ ##ere
179
+ ##ust
180
+ ##it
181
+ ##ic
182
+ ##as
183
+ ##ver
184
+ good
185
+ ##ill
186
+ wan
187
+ with
188
+ ##ha
189
+ fu
190
+ ##le
191
+ ##ld
192
+ ##ey
193
+ ab
194
+ but
195
+ just
196
+ ##thing
197
+ pl
198
+ love
199
+ ##ir
200
+ ##ck
201
+ rea
202
+ al
203
+ ##alk
204
+ ne
205
+ ##ght
206
+ ##mil
207
+ ##lly
208
+ mo
209
+ about
210
+ co
211
+ as
212
+ than
213
+ ##ion
214
+ ##facewithtearsofjoy
215
+ talk
216
+ want
217
+ some
218
+ sh
219
+ now
220
+ we
221
+ ##ate
222
+ tell
223
+ ##ingfacewith
224
+ ##one
225
+ face
226
+ ch
227
+ will
228
+ ##ink
229
+ ##riend
230
+ was
231
+ ##am
232
+ ##ct
233
+ ##eyes
234
+ su
235
+ thank
236
+ ##ryingface
237
+ this
238
+ ##au
239
+ ##inn
240
+ ##ould
241
+ ##est
242
+ ##ame
243
+ get
244
+ did
245
+ ##ight
246
+ fun
247
+ any
248
+ ##smil
249
+ one
250
+ oh
251
+ happ
252
+ ##um
253
+ ##ean
254
+ yea
255
+ ##cryingface
256
+ ##rinn
257
+ too
258
+ ##ot
259
+ then
260
+ who
261
+ ##ong
262
+ ##op
263
+ say
264
+ haha
265
+ ##ud
266
+ facewithtearsofjoy
267
+ ##up
268
+ ##ery
269
+ wor
270
+ really
271
+ ##oud
272
+ ##eart
273
+ ##nd
274
+ ##ur
275
+ up
276
+ ##int
277
+ ##ess
278
+ ##ge
279
+ mean
280
+ ##ie
281
+ very
282
+ ##ome
283
+ ##ake
284
+ ##ter
285
+ ti
286
+ ##ine
287
+ think
288
+ yeah
289
+ ##us
290
+ fee
291
+ feel
292
+ ##ent
293
+ ##mm
294
+ friend
295
+ ##oudly
296
+ at
297
+ ##ny
298
+ ##oudlycryingface
299
+ ur
300
+ all
301
+ see
302
+ ##ind
303
+ where
304
+ ##and
305
+ ##ice
306
+ ##ause
307
+ ex
308
+ ##ain
309
+ ask
310
+ funny
311
+ ca
312
+ ba
313
+ bec
314
+ if
315
+ he
316
+ bad
317
+ ##lf
318
+ ##ive
319
+ hate
320
+ ##ingeyes
321
+ or
322
+ ##iss
323
+ well
324
+ sor
325
+ im
326
+ ##rom
327
+ plea
328
+ ##smilingeyes
329
+ dont
330
+ by
331
+ sorry
332
+ gir
333
+ ever
334
+ send
335
+ ##ak
336
+ because
337
+ happy
338
+ ##ss
339
+ ##nt
340
+ please
341
+ sad
342
+ time
343
+ ##ool
344
+ ##ingfacewithsmilingeyes
345
+ ##fe
346
+ nothing
347
+ ##heart
348
+ pro
349
+ ##edface
350
+ ##day
351
+ ##eep
352
+ jo
353
+ ##ish
354
+ en
355
+ mu
356
+ ##way
357
+ ##loudlycryingface
358
+ ##facewithtearsofjoyfacewithtearsofjoy
359
+ thanks
360
+ sl
361
+ ##ers
362
+ ##umb
363
+ much
364
+ grinn
365
+ from
366
+ day
367
+ ##pe
368
+ when
369
+ okay
370
+ its
371
+ pic
372
+ ##na
373
+ fa
374
+ se
375
+ stup
376
+ stupid
377
+ ##ra
378
+ ##ig
379
+ ##ich
380
+ fuck
381
+ sa
382
+ there
383
+ going
384
+ ##oint
385
+ ##ther
386
+ need
387
+ con
388
+ ##gry
389
+ ##art
390
+ ##ous
391
+ talking
392
+ ##ven
393
+ ##sw
394
+ something
395
+ ##app
396
+ qu
397
+ de
398
+ call
399
+ wat
400
+ ##ation
401
+ which
402
+ ##ings
403
+ nice
404
+ ##ook
405
+ ##ble
406
+ ##eam
407
+ ##ore
408
+ ##im
409
+ would
410
+ lol
411
+ ##ude
412
+ mov
413
+ ##ue
414
+ ##reat
415
+ cool
416
+ only
417
+ aw
418
+ ##ally
419
+ every
420
+ come
421
+ let
422
+ ##ting
423
+ more
424
+ give
425
+ life
426
+ ag
427
+ man
428
+ ya
429
+ right
430
+ ll
431
+ ##if
432
+ ##ure
433
+ out
434
+ ##cat
435
+ ph
436
+ never
437
+ here
438
+ ##ul
439
+ make
440
+ should
441
+ tr
442
+ work
443
+ ##tt
444
+ girl
445
+ ##un
446
+ angry
447
+ fine
448
+ ##grinn
449
+ ##isapp
450
+ ##pl
451
+ int
452
+ com
453
+ ##ast
454
+ ##isappoint
455
+ off
456
+ gu
457
+ bro
458
+ sure
459
+ ##ways
460
+ name
461
+ ##catface
462
+ also
463
+ smil
464
+ sleep
465
+ ##di
466
+ ##rit
467
+ ##nder
468
+ said
469
+ ##hh
470
+ ##age
471
+ they
472
+ sp
473
+ same
474
+ miss
475
+ always
476
+ under
477
+ ##om
478
+ try
479
+ got
480
+ best
481
+ ##lo
482
+ bet
483
+ even
484
+ ##ist
485
+ thou
486
+ ##ingcatface
487
+ movie
488
+ chat
489
+ today
490
+ ##isappointedface
491
+ doing
492
+ ##row
493
+ ##our
494
+ ##loudlycryingfaceloudlycryingface
495
+ pe
496
+ pre
497
+ ##by
498
+ underst
499
+ ##ious
500
+ hmm
501
+ ##estion
502
+ hell
503
+ ##ress
504
+ wow
505
+ lost
506
+ ##eamingfacewithsmilingeyes
507
+ feeling
508
+ wa
509
+ friends
510
+ ##dy
511
+ again
512
+ great
513
+ hel
514
+ peop
515
+ lea
516
+ look
517
+ watch
518
+ ##qu
519
+ wanna
520
+ act
521
+ hur
522
+ understand
523
+ people
524
+ rude
525
+ ##lc
526
+ help
527
+ didn
528
+ ##eat
529
+ us
530
+ back
531
+ question
532
+ ##ving
533
+ sw
534
+ happen
535
+ ##ang
536
+ ##self
537
+ ##ies
538
+ welc
539
+ ##ff
540
+ ##red
541
+ she
542
+ alone
543
+ welcome
544
+ ##ite
545
+ way
546
+ ##ide
547
+ hey
548
+ bye
549
+ answ
550
+ ##hearteyes
551
+ ##po
552
+ ##rong
553
+ does
554
+ better
555
+ may
556
+ ser
557
+ anything
558
+ bo
559
+ had
560
+ ##ply
561
+ hurt
562
+ ##per
563
+ wait
564
+ ro
565
+ pers
566
+ ##lie
567
+ ##xt
568
+ numb
569
+ ##ant
570
+ her
571
+ mad
572
+ meet
573
+ boy
574
+ po
575
+ ##lfriend
576
+ person
577
+ being
578
+ ##outingface
579
+ thing
580
+ play
581
+ cl
582
+ girlfriend
583
+ ##ound
584
+ wrong
585
+ ##ating
586
+ ##ree
587
+ ##lieve
588
+ ##ag
589
+ someone
590
+ awes
591
+ ##gl
592
+ stop
593
+ ar
594
+ new
595
+ still
596
+ baby
597
+ awesome
598
+ ##ually
599
+ home
600
+ heart
601
+ un
602
+ were
603
+ been
604
+ fir
605
+ ir
606
+ swee
607
+ number
608
+ ##be
609
+ ##ip
610
+ answer
611
+ won
612
+ take
613
+ reply
614
+ whats
615
+ first
616
+ ##ken
617
+ real
618
+ te
619
+ hum
620
+ na
621
+ ##oring
622
+ ##quint
623
+ ##ead
624
+ ##quintingface
625
+ ##ass
626
+ them
627
+ mar
628
+ ve
629
+ stud
630
+ ad
631
+ kind
632
+ cry
633
+ mon
634
+ night
635
+ ##press
636
+ song
637
+ ##ath
638
+ ##ingfacewithhearteyes
639
+ ##augh
640
+ ##are
641
+ irrit
642
+ ##ding
643
+ indi
644
+ ##ence
645
+ facewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoy
646
+ thats
647
+ other
648
+ sweet
649
+ sha
650
+ lot
651
+ joke
652
+ thought
653
+ loudlycryingface
654
+ sc
655
+ facewithtearsofjoyfacewithtearsofjoy
656
+ ##less
657
+ means
658
+ af
659
+ bit
660
+ hahaha
661
+ find
662
+ mess
663
+ ann
664
+ ##ose
665
+ start
666
+ serious
667
+ ##ity
668
+ annoy
669
+ could
670
+ ##ady
671
+ actually
672
+ bus
673
+ show
674
+ ##oto
675
+ leave
676
+ year
677
+ guess
678
+ ##blem
679
+ nope
680
+ photo
681
+ sing
682
+ ##sh
683
+ laugh
684
+ ##ort
685
+ problem
686
+ mind
687
+ asking
688
+ ##yy
689
+ mak
690
+ fr
691
+ ##ning
692
+ grinningfacewith
693
+ human
694
+ ##bl
695
+ ##inkingface
696
+ many
697
+ ohh
698
+ ##sweat
699
+ ##ough
700
+ ##ture
701
+ care
702
+ ##ac
703
+ ##disappointedface
704
+ ##act
705
+ things
706
+ ##erest
707
+ ##ick
708
+ ty
709
+ fav
710
+ le
711
+ interest
712
+ wish
713
+ ##ial
714
+ ##withtong
715
+ ##ba
716
+ engl
717
+ ##pt
718
+ picture
719
+ ##uck
720
+ ##reak
721
+ ##own
722
+ id
723
+ ##ute
724
+ alre
725
+ made
726
+ already
727
+ bl
728
+ hear
729
+ ##ingsquintingface
730
+ el
731
+ over
732
+ ##az
733
+ list
734
+ prett
735
+ english
736
+ fe
737
+ ##poutingface
738
+ sm
739
+ ##mor
740
+ dear
741
+ ##gg
742
+ saying
743
+ enjoy
744
+ pretty
745
+ ##eak
746
+ ho
747
+ everything
748
+ hi
749
+ part
750
+ ##ach
751
+ ##bo
752
+ bea
753
+ beamingfacewithsmilingeyes
754
+ ##ated
755
+ has
756
+ guy
757
+ ##ile
758
+ job
759
+ annoying
760
+ ##withtongue
761
+ app
762
+ most
763
+ exam
764
+ phone
765
+ ##ense
766
+ hop
767
+ ##beamingfacewithsmilingeyes
768
+ ##owing
769
+ after
770
+ ##ft
771
+ getting
772
+ ##aa
773
+ happened
774
+ gl
775
+ ai
776
+ har
777
+ long
778
+ done
779
+ break
780
+ gon
781
+ lone
782
+ ##ance
783
+ else
784
+ kid
785
+ ##ds
786
+ ##ream
787
+ hu
788
+ ##he
789
+ disappointedface
790
+ ##ried
791
+ sex
792
+ cra
793
+ yourself
794
+ place
795
+ ##iz
796
+ gonna
797
+ rel
798
+ speak
799
+ irritating
800
+ ##ect
801
+ ##ourse
802
+ use
803
+ live
804
+ cat
805
+ ##ber
806
+ lonely
807
+ game
808
+ gf
809
+ listen
810
+ yup
811
+ ##big
812
+ tomor
813
+ hope
814
+ keep
815
+ india
816
+ ##bigeyes
817
+ ##eek
818
+ per
819
+ cou
820
+ busy
821
+ em
822
+ him
823
+ told
824
+ tomorrow
825
+ cont
826
+ ##ory
827
+ ##ightly
828
+ glad
829
+ ##bot
830
+ che
831
+ ##ww
832
+ asked
833
+ broke
834
+ eat
835
+ ##usedface
836
+ ##blowing
837
+ ##blowingak
838
+ bu
839
+ jok
840
+ study
841
+ ##blowingakiss
842
+ iam
843
+ forg
844
+ plan
845
+ next
846
+ though
847
+ ##body
848
+ dumb
849
+ ##ti
850
+ shut
851
+ week
852
+ ##ment
853
+ comp
854
+ cryingface
855
+ mood
856
+ tea
857
+ mat
858
+ plz
859
+ ##ingcatfacewith
860
+ ##angu
861
+ ##friend
862
+ ##ons
863
+ boring
864
+ ##lieved
865
+ ##ves
866
+ ##ush
867
+ maybe
868
+ last
869
+ old
870
+ res
871
+ amaz
872
+ ##os
873
+ ##rown
874
+ bot
875
+ langu
876
+ sent
877
+ ##de
878
+ ##lievedface
879
+ ##ol
880
+ ##umbs
881
+ ##rite
882
+ true
883
+ boyfriend
884
+ our
885
+ ##grinningfacewith
886
+ course
887
+ ##ese
888
+ litt
889
+ cant
890
+ little
891
+ yet
892
+ kiss
893
+ sec
894
+ ac
895
+ down
896
+ ##wh
897
+ read
898
+ dam
899
+ ##ange
900
+ conf
901
+ top
902
+ ##ise
903
+ believe
904
+ world
905
+ compl
906
+ trying
907
+ hard
908
+ tw
909
+ everyone
910
+ bed
911
+ ##amusedface
912
+ ear
913
+ lat
914
+ luck
915
+ beaut
916
+ wt
917
+ ##ever
918
+ ##eary
919
+ ##smilingface
920
+ enough
921
+ intell
922
+ money
923
+ dude
924
+ ##eal
925
+ such
926
+ ##iff
927
+ ##ful
928
+ ##vel
929
+ robot
930
+ amazing
931
+ ##ens
932
+ ##gr
933
+ smilingfacewithhearteyes
934
+ cho
935
+ br
936
+ ##ail
937
+ ##gn
938
+ hello
939
+ intellig
940
+ diff
941
+ ##ket
942
+ ##ard
943
+ dis
944
+ ##zy
945
+ super
946
+ ##kenheart
947
+ mor
948
+ mine
949
+ pain
950
+ soon
951
+ cause
952
+ vide
953
+ ##other
954
+ wht
955
+ lear
956
+ red
957
+ ##wn
958
+ dar
959
+ fl
960
+ free
961
+ ##mber
962
+ pls
963
+ cute
964
+ head
965
+ ##lock
966
+ waiting
967
+ gr
968
+ spe
969
+ ##av
970
+ myself
971
+ seem
972
+ message
973
+ stay
974
+ ##ored
975
+ damn
976
+ ##uu
977
+ away
978
+ ##hand
979
+ another
980
+ ##outh
981
+ ##facewith
982
+ ##apo
983
+ ##ph
984
+ ##vers
985
+ ##der
986
+ ##ither
987
+ text
988
+ mus
989
+ ##smilingfacewithhearteyes
990
+ kidding
991
+ creat
992
+ chatting
993
+ add
994
+ food
995
+ ##steam
996
+ facewith
997
+ crazy
998
+ teach
999
+ language
1000
+ 10
1001
+ ign
1002
+ lets
1003
+ doesn
1004
+ ##from
1005
+ having
1006
+ coll
1007
+ comm
1008
+ ##inner
1009
+ ##iful
1010
+ both
1011
+ grinningfacewithsweat
1012
+ hon
1013
+ sense
1014
+ ##steamfrom
1015
+ ##steamfromn
1016
+ cheat
1017
+ expl
1018
+ days
1019
+ bitch
1020
+ beautiful
1021
+ morning
1022
+ ah
1023
+ dream
1024
+ ##ple
1025
+ ##oom
1026
+ makes
1027
+ ##ling
1028
+ these
1029
+ ##faceblowingakiss
1030
+ self
1031
+ def
1032
+ cr
1033
+ xd
1034
+ full
1035
+ video
1036
+ ##steamfromnose
1037
+ dinner
1038
+ end
1039
+ later
1040
+ des
1041
+ change
1042
+ coming
1043
+ seriously
1044
+ dr
1045
+ bt
1046
+ book
1047
+ gi
1048
+ ##son
1049
+ ##ily
1050
+ ##ightlysmilingface
1051
+ big
1052
+ block
1053
+ ##able
1054
+ ##rect
1055
+ depress
1056
+ music
1057
+ goo
1058
+ ##ab
1059
+ ##ary
1060
+ ##mes
1061
+ ##fore
1062
+ hehe
1063
+ movies
1064
+ looking
1065
+ relation
1066
+ topic
1067
+ ##ps
1068
+ reme
1069
+ fast
1070
+ ##ship
1071
+ pr
1072
+ sch
1073
+ ##poutingfacepoutingface
1074
+ grinningface
1075
+ ##ific
1076
+ tru
1077
+ ##grinningface
1078
+ idi
1079
+ ##kk
1080
+ before
1081
+ ohhh
1082
+ working
1083
+ ##ather
1084
+ spec
1085
+ ##ret
1086
+ ##grinningsquintingface
1087
+ crying
1088
+ single
1089
+ grinningfacewithbigeyes
1090
+ fin
1091
+ op
1092
+ ##ng
1093
+ share
1094
+ type
1095
+ idiot
1096
+ ##ap
1097
+ ##fect
1098
+ ##inkingfacewithtongue
1099
+ explain
1100
+ fo
1101
+ poutingface
1102
+ ##tim
1103
+ questions
1104
+ art
1105
+ dist
1106
+ gen
1107
+ must
1108
+ ##bro
1109
+ ##set
1110
+ thinking
1111
+ exact
1112
+ left
1113
+ fake
1114
+ ##gle
1115
+ their
1116
+ story
1117
+ exc
1118
+ bir
1119
+ di
1120
+ ##uff
1121
+ ins
1122
+ anyone
1123
+ missed
1124
+ idea
1125
+ thumbs
1126
+ ##ond
1127
+ whatever
1128
+ ##oooo
1129
+ coz
1130
+ tired
1131
+ hand
1132
+ ##right
1133
+ grinningsquintingface
1134
+ making
1135
+ relationship
1136
+ remember
1137
+ ##more
1138
+ ##ale
1139
+ ##rowningface
1140
+ ##earyface
1141
+ ##gram
1142
+ bored
1143
+ fam
1144
+ ob
1145
+ ##ah
1146
+ sugg
1147
+ times
1148
+ ##pect
1149
+ interesting
1150
+ smart
1151
+ defin
1152
+ ye
1153
+ fail
1154
+ fucking
1155
+ count
1156
+ ##times
1157
+ ##ience
1158
+ ##fer
1159
+ supp
1160
+ anymore
1161
+ grinningfacewithsmilingeyes
1162
+ watching
1163
+ check
1164
+ ##line
1165
+ ##ject
1166
+ ##orn
1167
+ yours
1168
+ sometimes
1169
+ program
1170
+ point
1171
+ yay
1172
+ ##gu
1173
+ inter
1174
+ ##ical
1175
+ clear
1176
+ laughing
1177
+ interested
1178
+ sound
1179
+ ##ric
1180
+ school
1181
+ exactly
1182
+ car
1183
+ wom
1184
+ ##iness
1185
+ ##cept
1186
+ upset
1187
+ aww
1188
+ smilingfacewithsmilingeyes
1189
+ favor
1190
+ differe
1191
+ late
1192
+ ##no
1193
+ ##ited
1194
+ called
1195
+ yaar
1196
+ matter
1197
+ colle
1198
+ own
1199
+ without
1200
+ att
1201
+ two
1202
+ hot
1203
+ tra
1204
+ uh
1205
+ ##ari
1206
+ ##ouse
1207
+ those
1208
+ aren
1209
+ imp
1210
+ truth
1211
+ ##brokenheart
1212
+ ##ew
1213
+ seen
1214
+ ##ack
1215
+ ##sl
1216
+ ##ince
1217
+ god
1218
+ abt
1219
+ min
1220
+ si
1221
+ ##ci
1222
+ ##loudlycryingfaceloudlycryingfaceloudlycryingfaceloudlycryingface
1223
+ hmmm
1224
+ college
1225
+ age
1226
+ soo
1227
+ convers
1228
+ girls
1229
+ ##unch
1230
+ ##fac
1231
+ ##but
1232
+ lik
1233
+ ##ions
1234
+ ##cryingfacecryingface
1235
+ word
1236
+ hurts
1237
+ years
1238
+ bi
1239
+ cor
1240
+ pur
1241
+ tak
1242
+ ##em
1243
+ nobody
1244
+ stuff
1245
+ meaning
1246
+ ##ages
1247
+ secret
1248
+ conversation
1249
+ ##grinningfacewithsmilingeyes
1250
+ enjoying
1251
+ learn
1252
+ favorite
1253
+ sit
1254
+ youre
1255
+ ##ering
1256
+ haven
1257
+ reason
1258
+ feelings
1259
+ poor
1260
+ perfect
1261
+ google
1262
+ tur
1263
+ ##mouth
1264
+ ##ible
1265
+ ##vious
1266
+ isn
1267
+ jokes
1268
+ dance
1269
+ ##een
1270
+ ##li
1271
+ ##ash
1272
+ ##ift
1273
+ ##pression
1274
+ sk
1275
+ ##ird
1276
+ ##urb
1277
+ ##disappointedfacedisappointedface
1278
+ ##facean
1279
+ dp
1280
+ date
1281
+ nd
1282
+ ##all
1283
+ ##ub
1284
+ ##food
1285
+ ass
1286
+ words
1287
+ around
1288
+ ##lt
1289
+ ##ete
1290
+ ##roll
1291
+ ##haha
1292
+ loved
1293
+ trust
1294
+ huh
1295
+ ##ingcatfacewithsmilingeyes
1296
+ birth
1297
+ lame
1298
+ ##man
1299
+ ##sav
1300
+ lie
1301
+ loves
1302
+ ##ames
1303
+ ##oringfood
1304
+ exams
1305
+ ##grinningfacewithsweat
1306
+ depressed
1307
+ ##savoringfood
1308
+ bc
1309
+ cu
1310
+ house
1311
+ online
1312
+ yester
1313
+ ##time
1314
+ intelligence
1315
+ drink
1316
+ yesterday
1317
+ dnt
1318
+ hour
1319
+ ##ying
1320
+ knew
1321
+ ##redheart
1322
+ ##pose
1323
+ darling
1324
+ ##pend
1325
+ knw
1326
+ wanted
1327
+ ##facewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoy
1328
+ ug
1329
+ ##con
1330
+ ##oot
1331
+ ##ingcatfacewithhearteyes
1332
+ ##ensive
1333
+ nt
1334
+ sim
1335
+ ##gs
1336
+ relievedface
1337
+ telling
1338
+ eng
1339
+ ##itely
1340
+ favou
1341
+ yep
1342
+ correct
1343
+ far
1344
+ ##ger
1345
+ move
1346
+ anyway
1347
+ meant
1348
+ ##ult
1349
+ married
1350
+ choc
1351
+ bf
1352
+ da
1353
+ ey
1354
+ ##ire
1355
+ thn
1356
+ ##relievedface
1357
+ ##llow
1358
+ ##ilm
1359
+ shit
1360
+ didnt
1361
+ missing
1362
+ class
1363
+ ##lessface
1364
+ ##where
1365
+ disturb
1366
+ suggest
1367
+ ##pressionlessface
1368
+ ugly
1369
+ city
1370
+ fore
1371
+ link
1372
+ ms
1373
+ ##ost
1374
+ ##ark
1375
+ ##ign
1376
+ agree
1377
+ comput
1378
+ special
1379
+ definitely
1380
+ disappoint
1381
+ ##rr
1382
+ whom
1383
+ pics
1384
+ ##aste
1385
+ few
1386
+ party
1387
+ favourite
1388
+ hor
1389
+ room
1390
+ ##ual
1391
+ ##bly
1392
+ ##bile
1393
+ ##zz
1394
+ broken
1395
+ clo
1396
+ vo
1397
+ write
1398
+ ##ates
1399
+ alright
1400
+ indian
1401
+ acc
1402
+ crush
1403
+ ##ied
1404
+ mom
1405
+ worry
1406
+ unamusedface
1407
+ marry
1408
+ shall
1409
+ resp
1410
+ confus
1411
+ rom
1412
+ ##uture
1413
+ grinningcatface
1414
+ wonder
1415
+ guys
1416
+ forget
1417
+ chocol
1418
+ might
1419
+ ##ats
1420
+ post
1421
+ 20
1422
+ future
1423
+ ##du
1424
+ ##za
1425
+ nor
1426
+ ##ooo
1427
+ chill
1428
+ ##smilingfacewithsmilingeyes
1429
+ prof
1430
+ depend
1431
+ started
1432
+ ##ensiveface
1433
+ ##frowningface
1434
+ ##ware
1435
+ mobile
1436
+ char
1437
+ proba
1438
+ ##astic
1439
+ office
1440
+ ##grinningfacewithbigeyes
1441
+ obvious
1442
+ country
1443
+ different
1444
+ fool
1445
+ tv
1446
+ ##you
1447
+ soft
1448
+ ##rim
1449
+ ##arc
1450
+ ##unamusedface
1451
+ nah
1452
+ ##beamingfacewithsmilingeyesbeamingfacewithsmilingeyes
1453
+ family
1454
+ dead
1455
+ mic
1456
+ oo
1457
+ ##ty
1458
+ ##llyw
1459
+ weird
1460
+ ##log
1461
+ used
1462
+ piz
1463
+ ##sure
1464
+ ##el
1465
+ ##cent
1466
+ ##irk
1467
+ frnd
1468
+ facewithsteamfromnose
1469
+ cheated
1470
+ computer
1471
+ micro
1472
+ ##llywood
1473
+ cha
1474
+ wi
1475
+ ##ness
1476
+ ready
1477
+ ##ssible
1478
+ slightlysmilingface
1479
+ looks
1480
+ month
1481
+ songs
1482
+ typ
1483
+ weekend
1484
+ seems
1485
+ honest
1486
+ thumbsup
1487
+ ill
1488
+ hair
1489
+ inf
1490
+ once
1491
+ ##ild
1492
+ ##its
1493
+ coff
1494
+ pick
1495
+ saw
1496
+ catfacewithtearsofjoy
1497
+ joking
1498
+ birthday
1499
+ microsof
1500
+ coffee
1501
+ lunch
1502
+ nons
1503
+ ton
1504
+ ##les
1505
+ thr
1506
+ ##ered
1507
+ wasn
1508
+ ##ction
1509
+ ##gether
1510
+ join
1511
+ grinningcatfacewithsmilingeyes
1512
+ heard
1513
+ engine
1514
+ probably
1515
+ pizza
1516
+ microsoft
1517
+ mist
1518
+ pass
1519
+ since
1520
+ sarc
1521
+ ##ared
1522
+ ##su
1523
+ ##not
1524
+ while
1525
+ ##ors
1526
+ inde
1527
+ col
1528
+ whole
1529
+ del
1530
+ into
1531
+ watched
1532
+ forgot
1533
+ artific
1534
+ voice
1535
+ ##irkingface
1536
+ ##sm
1537
+ tot
1538
+ ##oose
1539
+ sleeping
1540
+ ##ister
1541
+ kinda
1542
+ ##ball
1543
+ buy
1544
+ studying
1545
+ forever
1546
+ nonsense
1547
+ ##ouble
1548
+ ##earch
1549
+ str
1550
+ ##ict
1551
+ loudlycryingfaceloudlycryingfaceloudlycryingface
1552
+ artificial
1553
+ either
1554
+ loud
1555
+ math
1556
+ ##vice
1557
+ ##bs
1558
+ together
1559
+ inv
1560
+ inst
1561
+ repl
1562
+ neither
1563
+ cold
1564
+ babe
1565
+ quite
1566
+ depends
1567
+ test
1568
+ yo
1569
+ ##sk
1570
+ ##ex
1571
+ ##idd
1572
+ brother
1573
+ ignore
1574
+ ##faceblowingakissfaceblowingakiss
1575
+ software
1576
+ bud
1577
+ gud
1578
+ pri
1579
+ sy
1580
+ wo
1581
+ half
1582
+ ##key
1583
+ bel
1584
+ suff
1585
+ smile
1586
+ brain
1587
+ redheart
1588
+ disappointed
1589
+ fell
1590
+ ##hip
1591
+ sur
1592
+ yaa
1593
+ least
1594
+ contact
1595
+ kissingcatface
1596
+ lucky
1597
+ ##brokenheartbrokenheart
1598
+ ##sun
1599
+ ##any
1600
+ met
1601
+ ##open
1602
+ friendship
1603
+ ##asses
1604
+ rest
1605
+ search
1606
+ ##lling
1607
+ ##med
1608
+ open
1609
+ msg
1610
+ chocolate
1611
+ ##rimac
1612
+ tonight
1613
+ fan
1614
+ umm
1615
+ wear
1616
+ ##ward
1617
+ able
1618
+ become
1619
+ pleasure
1620
+ choice
1621
+ ##rimacingface
1622
+ low
1623
+ sister
1624
+ ##antic
1625
+ ##yyyy
1626
+ ##hands
1627
+ btw
1628
+ follow
1629
+ ##guish
1630
+ import
1631
+ du
1632
+ nat
1633
+ wearyface
1634
+ ##fl
1635
+ ##cess
1636
+ ##ention
1637
+ ##glasses
1638
+ news
1639
+ pictures
1640
+ high
1641
+ ##ize
1642
+ gener
1643
+ excited
1644
+ indeed
1645
+ eas
1646
+ wri
1647
+ ##00
1648
+ ##thers
1649
+ ##ingfacewithsun
1650
+ worst
1651
+ water
1652
+ student
1653
+ intelligent
1654
+ clearly
1655
+ obviously
1656
+ ##ingfacewithsunglasses
1657
+ bat
1658
+ bas
1659
+ came
1660
+ cur
1661
+ hm
1662
+ hang
1663
+ lu
1664
+ less
1665
+ prom
1666
+ ru
1667
+ winkingfacewithtongue
1668
+ ##oz
1669
+ ##io
1670
+ tht
1671
+ ##eeee
1672
+ rem
1673
+ expect
1674
+ ##ract
1675
+ ##apost
1676
+ ##conf
1677
+ gone
1678
+ till
1679
+ ##winkingface
1680
+ ##ount
1681
+ ##alent
1682
+ ##aught
1683
+ ohk
1684
+ says
1685
+ smilingcatfacewithhearteyes
1686
+ using
1687
+ possible
1688
+ playing
1689
+ facewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoyfacewithtearsofjoy
1690
+ emot
1691
+ eyes
1692
+ romantic
1693
+ kill
1694
+ tri
1695
+ walk
1696
+ ##nce
1697
+ ##bb
1698
+ ##ween
1699
+ ##sever
1700
+ sub
1701
+ exper
1702
+ impress
1703
+ awww
1704
+ angryface
1705
+ loudlycryingfaceloudlycryingface
1706
+ fem
1707
+ ##ache
1708
+ ##ightlyfrowningface
1709
+ giving
1710
+ intern
1711
+ sounds
1712
+ totally
1713
+ ##severingface
1714
+ ter
1715
+ went
1716
+ yu
1717
+ ##ming
1718
+ ##nect
1719
+ ##winkingfacewithtongue
1720
+ cannot
1721
+ rec
1722
+ ##ics
1723
+ devel
1724
+ calling
1725
+ between
1726
+ ##quintingfacewithtongue
1727
+ address
1728
+ dreams
1729
+ ##faceangry
1730
+ ##openmouth
1731
+ develop
1732
+ ev
1733
+ games
1734
+ non
1735
+ sn
1736
+ ##use
1737
+ ##ix
1738
+ ##ouch
1739
+ ##thumbs
1740
+ dog
1741
+ form
1742
+ state
1743
+ ##pped
1744
+ sleepy
1745
+ ##loor
1746
+ tech
1747
+ taking
1748
+ 12
1749
+ cook
1750
+ cric
1751
+ pu
1752
+ ra
1753
+ um
1754
+ ##ia
1755
+ reading
1756
+ ##hhhh
1757
+ whatsapp
1758
+ ##facewithsteamfromnose
1759
+ turn
1760
+ cuz
1761
+ important
1762
+ av
1763
+ dat
1764
+ foot
1765
+ pa
1766
+ put
1767
+ yr
1768
+ ##iv
1769
+ ##led
1770
+ star
1771
+ personal
1772
+ problems
1773
+ beach
1774
+ woman
1775
+ hours
1776
+ ##skint
1777
+ ##iddle
1778
+ gift
1779
+ ##to
1780
+ ##sc
1781
+ ##reen
1782
+ ##ert
1783
+ ##sol
1784
+ faceblowingakiss
1785
+ chic
1786
+ ##ump
1787
+ fact
1788
+ prefer
1789
+ ##oundedface
1790
+ listening
1791
+ headache
1792
+ travel
1793
+ buddy
1794
+ suffering
1795
+ die
1796
+ found
1797
+ film
1798
+ mil
1799
+ tried
1800
+ winkingface
1801
+ ##old
1802
+ ##most
1803
+ ##bu
1804
+ yess
1805
+ gott
1806
+ ##ically
1807
+ suck
1808
+ imag
1809
+ connect
1810
+ dec
1811
+ hurting
1812
+ ##osed
1813
+ wtf
1814
+ dare
1815
+ hy
1816
+ his
1817
+ heal
1818
+ mach
1819
+ sat
1820
+ sick
1821
+ waste
1822
+ ##ral
1823
+ ##cing
1824
+ ##wor
1825
+ ##ition
1826
+ absol
1827
+ moment
1828
+ child
1829
+ sending
1830
+ leaving
1831
+ body
1832
+ ##arent
1833
+ business
1834
+ supposed
1835
+ chicken
1836
+ ce
1837
+ ga
1838
+ men
1839
+ others
1840
+ sill
1841
+ ##gin
1842
+ ##sy
1843
+ ##down
1844
+ ##ank
1845
+ ##outingcatface
1846
+ choose
1847
+ ##ations
1848
+ trouble
1849
+ bollywood
1850
+ emo
1851
+ second
1852
+ books
1853
+ opin
1854
+ ##rollingeyes
1855
+ through
1856
+ cricket
1857
+ ##skintone
1858
+ absolute
1859
+ det
1860
+ each
1861
+ ly
1862
+ ma
1863
+ side
1864
+ team
1865
+ ##wearyface
1866
+ hav
1867
+ sun
1868
+ ##iment
1869
+ ##ular
1870
+ photos
1871
+ complete
1872
+ earth
1873
+ tiredface
1874
+ subject
1875
+ silly
1876
+ war
1877
+ donapost
1878
+ reg
1879
+ almost
1880
+ badly
1881
+ fall
1882
+ wont
1883
+ idk
1884
+ blue
1885
+ match
1886
+ failed
1887
+ confused
1888
+ belong
1889
+ experience
1890
+ eating
1891
+ vis
1892
+ win
1893
+ ##ror
1894
+ ##my
1895
+ ##sed
1896
+ ##the
1897
+ ##facesavoringfood
1898
+ ##ved
1899
+ liar
1900
+ ##alo
1901
+ stand
1902
+ lovely
1903
+ ##ional
1904
+ works
1905
+ boys
1906
+ appre
1907
+ useless
1908
+ ##grinningsquintingfacegrinningsquintingface
1909
+ wife
1910
+ mistake
1911
+ health
1912
+ rain
1913
+ sal
1914
+ ##ya
1915
+ ##pensiveface
1916
+ ##ower
1917
+ refer
1918
+ mother
1919
+ ##iew
1920
+ coup
1921
+ plans
1922
+ company
1923
+ ##ushedface
1924
+ ##slightlysmilingface
1925
+ ##butrelievedface
1926
+ thnx
1927
+ easy
1928
+ female
1929
+ absolutely
1930
+ appreci
1931
+ deep
1932
+ fant
1933
+ hw
1934
+ mr
1935
+ om
1936
+ piss
1937
+ pun
1938
+ sea
1939
+ unt
1940
+ ##ai
1941
+ ##ser
1942
+ ##orm
1943
+ living
1944
+ ##ries
1945
+ ##rible
1946
+ except
1947
+ expressionlessface
1948
+ brokenheart
1949
+ smilingface
1950
+ ##hhh
1951
+ ##redface
1952
+ veg
1953
+ scared
1954
+ sexy
1955
+ ##tiredface
1956
+ compliment
1957
+ ahead
1958
+ deser
1959
+ women
1960
+ gotta
1961
+ dri
1962
+ run
1963
+ sry
1964
+ sol
1965
+ ##ali
1966
+ okk
1967
+ short
1968
+ ##ingfacewithopenmouth
1969
+ worried
1970
+ proper
1971
+ ##perseveringface
1972
+ scary
1973
+ catch
1974
+ ##rowningfacewithopenmouth
1975
+ ##phone
1976
+ norm
1977
+ ##confoundedface
1978
+ ap
1979
+ jud
1980
+ tat
1981
+ ##ys
1982
+ ##sp
1983
+ ##fast
1984
+ ##cl
1985
+ ##rent
1986
+ ref
1987
+ ##ustr
1988
+ shy
1989
+ propose
1990
+ wouldn
1991
+ tel
1992
+ breakfast
1993
+ honey
1994
+ liked
1995
+ profile
1996
+ milk
1997
+ bff
1998
+ father
1999
+ ice
2000
+ opt
2001
+ ##light
2002
+ haa
2003
+ goes
2004
+ ##ital
2005
+ ##irt
2006
+ ext
2007
+ exist
2008
+ trash
2009
+ spo
2010
+ usually
2011
+ happens
2012
+ dark
2013
+ ##smilingfacewithhearteyessmilingfacewithhearteyes
2014
+ 100
2015
+ blocked
2016
+ emoj