k4d3 commited on
Commit
5b1671d
โ€ข
1 Parent(s): 3f04019

i honestly should be paid for this

Browse files
Files changed (1) hide show
  1. txt2emoji +122 -4
txt2emoji CHANGED
@@ -113,7 +113,6 @@ def text_to_emojis(text):
113
  'duo',
114
  'solo',
115
  'in',
116
- 'hair',
117
  'andromorph',
118
  'from',
119
  'behind',
@@ -139,6 +138,78 @@ def text_to_emojis(text):
139
  'navel',
140
  'background',
141
  'pubes',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  }
143
 
144
  # Track used emojis and their variations
@@ -146,8 +217,54 @@ def text_to_emojis(text):
146
 
147
  # Additional manual mappings for common words
148
  custom_mappings = {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  'markings': '๐Ÿท๏ธ',
150
- 'sweat': '๐Ÿ’ง',
151
  'toes': '๐Ÿ‘ฃ',
152
  'teeth': '๐Ÿฆท',
153
  'fingering': '๐Ÿ‘‰',
@@ -155,6 +272,8 @@ def text_to_emojis(text):
155
  'male': 'โ™‚๏ธ',
156
  'tiger': '๐Ÿฏ',
157
  'fluids': '๐Ÿ’ง',
 
 
158
  'wolf': '๐Ÿบ',
159
  'dog': '๐Ÿถ',
160
  'female': 'โ™€๏ธ',
@@ -170,7 +289,6 @@ def text_to_emojis(text):
170
  'hindpaw': '๐Ÿพ',
171
  'fur': '๐Ÿงฅ',
172
  'horse': '๐Ÿด',
173
- #'pussy': '',
174
  'ejaculation': '๐Ÿ’ฆ',
175
  'cum': '๐Ÿ’ฆ',
176
  'love': 'โค๏ธ',
@@ -196,7 +314,7 @@ def text_to_emojis(text):
196
  'rain': '๐ŸŒง๏ธ',
197
  'smile': '๐Ÿ˜Š',
198
  'laugh': '๐Ÿ˜‚',
199
- 'cry': '๐Ÿ˜ข',
200
  }
201
 
202
  # Tokenize the input text
 
113
  'duo',
114
  'solo',
115
  'in',
 
116
  'andromorph',
117
  'from',
118
  'behind',
 
138
  'navel',
139
  'background',
140
  'pubes',
141
+ 'mammal',
142
+ 'lore',
143
+ 'gaping',
144
+ 'balls',
145
+ 'penetrated',
146
+ 'mustelid',
147
+ 'white',
148
+ 'erection',
149
+ 'blue',
150
+ 'nipples',
151
+ 'precum',
152
+ 'bodily',
153
+ 'text',
154
+ 'english',
155
+ 'submissive',
156
+ 'sperm',
157
+ 'bottom',
158
+ 'penile',
159
+ 'humanoid',
160
+ 'leash',
161
+ 'leashed',
162
+ 'collar',
163
+ 'penile',
164
+ 'tuft',
165
+ 'backward',
166
+ 'ovum',
167
+ 'on',
168
+ 'mane',
169
+ 'long',
170
+ 'string',
171
+ 'butt',
172
+ 'tail',
173
+ 'whiskers',
174
+ 'yellow',
175
+ 'kousenzephyr',
176
+ 'object',
177
+ 'leaning',
178
+ 'cell',
179
+ 'blonde',
180
+ 'anus',
181
+ 'more',
182
+ 'questionable',
183
+ 'signature',
184
+ 'for',
185
+ 'foreskin'
186
+ 'facial',
187
+ 'triceps',
188
+ 'claws',
189
+ 'tail',
190
+ 'toe',
191
+ 'view',
192
+ 'three-quarter',
193
+ 'sharp',
194
+ 'spreading',
195
+ '\'',
196
+ 'pose',
197
+ 'quads',
198
+ 'grey',
199
+ 'green'
200
+ 'top',
201
+ 'primate',
202
+ 'nonbinary',
203
+ 'barazoku',
204
+ 'jun',
205
+ 'enzo',
206
+ 'scj',
207
+ 'fully',
208
+ 'elbow',
209
+ 'focus',
210
+ 'clitoris',
211
+ 'hood',
212
+ 'armpit'
213
  }
214
 
215
  # Track used emojis and their variations
 
217
 
218
  # Additional manual mappings for common words
219
  custom_mappings = {
220
+ 'cellphone': '๐Ÿ“ฑ',
221
+ 'breath': '๐Ÿ˜ค',
222
+ 'armpit': '๐Ÿ™‹โ€โ™‚๏ธ',
223
+ 'arm': '๐Ÿ™Žโ€โ™‚๏ธ',
224
+ 'bottomwear': '๐Ÿ‘–',
225
+ 'chest': '๐Ÿงฐ',
226
+ 'clock': '๐Ÿ•’',
227
+ 'clothed': '๐Ÿ‘š',
228
+ 'clothing': '๐Ÿ‘š',
229
+ 'electronics': '๐Ÿ’ป',
230
+ 'flannel': '๐Ÿ‘•',
231
+ 'denim': '๐Ÿ‘–',
232
+ 'drooling': '๐Ÿคค',
233
+ 'public': '๐Ÿ“ข',
234
+ 'panting': '๐Ÿ˜›',
235
+ 'shirt': '๐Ÿ‘•',
236
+ 'shorts': '๐Ÿฉณ',
237
+ 'pants': '๐Ÿ‘–',
238
+ 'tenting': '๐Ÿ•๏ธ',
239
+ 'reaching': '๐Ÿค',
240
+ 'topwear': '๐Ÿ‘•',
241
+ 'watch': 'โŒš',
242
+ 'top': '๐Ÿ”',
243
+ 'tree': '๐ŸŒณ',
244
+ 'pirate': '๐Ÿดโ€โ˜ ๏ธ',
245
+ 'monkey': '๐Ÿ’',
246
+ 'fangs': '๐Ÿฆท',
247
+ 'looking': '๐Ÿ‘€',
248
+ 'leg': '๐Ÿฆต',
249
+ 'jack-o': '๐ŸŽƒ',
250
+ 'gloves': '๐Ÿงค',
251
+ 'socks': '๐Ÿงฆ',
252
+ 'holding': '๐Ÿค',
253
+ 'absurd': '๐Ÿ˜ถโ€๐ŸŒซ๏ธ',
254
+ 'chair': '๐Ÿช‘',
255
+ 'begging': '๐Ÿ™',
256
+ 'beard': '๐Ÿง”',
257
+ 'furniture': '๐Ÿ›‹๏ธ',
258
+ 'impregnation': '๐Ÿฅš',
259
+ 'hair': '๐Ÿชฎ',
260
+ 'oral': '๐Ÿ‘„',
261
+ 'dialogue': '๐Ÿ’ฌ',
262
+ 'bubble': '๐Ÿ’ฌ',
263
+ 'sitting': '๐Ÿช‘',
264
+ 'lion': '๐Ÿฆ',
265
+ 'otter': '๐Ÿฆฆ',
266
  'markings': '๐Ÿท๏ธ',
267
+ 'marking': '๐Ÿท๏ธ',
268
  'toes': '๐Ÿ‘ฃ',
269
  'teeth': '๐Ÿฆท',
270
  'fingering': '๐Ÿ‘‰',
 
272
  'male': 'โ™‚๏ธ',
273
  'tiger': '๐Ÿฏ',
274
  'fluids': '๐Ÿ’ง',
275
+ 'sweat': '๐Ÿ’ง',
276
+ 'saliva': '๐Ÿคค',
277
  'wolf': '๐Ÿบ',
278
  'dog': '๐Ÿถ',
279
  'female': 'โ™€๏ธ',
 
289
  'hindpaw': '๐Ÿพ',
290
  'fur': '๐Ÿงฅ',
291
  'horse': '๐Ÿด',
 
292
  'ejaculation': '๐Ÿ’ฆ',
293
  'cum': '๐Ÿ’ฆ',
294
  'love': 'โค๏ธ',
 
314
  'rain': '๐ŸŒง๏ธ',
315
  'smile': '๐Ÿ˜Š',
316
  'laugh': '๐Ÿ˜‚',
317
+ 'cry': '๐Ÿ˜ข'
318
  }
319
 
320
  # Tokenize the input text