Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
44.6
TFLOPS
10
7
parkourer10
lparkourer10
Follow
0 followers
ยท
4 following
Parkourer10
AI & ML interests
training neural networks & finetuning
Recent Activity
reacted
to
aifeifei798
's
post
with ๐
20 days ago
๐ This program is designed to remove emojis from a given text. It uses a regular expression (regex) pattern to match and replace emojis with an empty string, effectively removing them from the text. The pattern includes a range of Unicode characters that correspond to various types of emojis, such as emoticons, symbols, and flags. By using this program, you can clean up text data by removing any emojis that may be present, which can be useful for text processing, analysis, or other applications where emojis are not desired. ๐ป ```python import re def remove_emojis(text): # Define a broader emoji pattern emoji_pattern = re.compile( "[" u"\U0001F600-\U0001F64F" # emoticons u"\U0001F300-\U0001F5FF" # symbols & pictographs u"\U0001F680-\U0001F6FF" # transport & map symbols u"\U0001F1E0-\U0001F1FF" # flags (iOS) u"\U00002702-\U000027B0" u"\U000024C2-\U0001F251" u"\U0001F900-\U0001F9FF" # supplemental symbols and pictographs u"\U0001FA00-\U0001FA6F" # chess symbols and more emojis u"\U0001FA70-\U0001FAFF" # more symbols and pictographs u"\U00002600-\U000026FF" # miscellaneous symbols u"\U00002B50-\U00002B59" # additional symbols u"\U0000200D" # zero width joiner u"\U0000200C" # zero width non-joiner u"\U0000FE0F" # emoji variation selector "]+", flags=re.UNICODE ) return emoji_pattern.sub(r'', text) ```
reacted
to
aifeifei798
's
post
with ๐
21 days ago
๐ This program is designed to remove emojis from a given text. It uses a regular expression (regex) pattern to match and replace emojis with an empty string, effectively removing them from the text. The pattern includes a range of Unicode characters that correspond to various types of emojis, such as emoticons, symbols, and flags. By using this program, you can clean up text data by removing any emojis that may be present, which can be useful for text processing, analysis, or other applications where emojis are not desired. ๐ป ```python import re def remove_emojis(text): # Define a broader emoji pattern emoji_pattern = re.compile( "[" u"\U0001F600-\U0001F64F" # emoticons u"\U0001F300-\U0001F5FF" # symbols & pictographs u"\U0001F680-\U0001F6FF" # transport & map symbols u"\U0001F1E0-\U0001F1FF" # flags (iOS) u"\U00002702-\U000027B0" u"\U000024C2-\U0001F251" u"\U0001F900-\U0001F9FF" # supplemental symbols and pictographs u"\U0001FA00-\U0001FA6F" # chess symbols and more emojis u"\U0001FA70-\U0001FAFF" # more symbols and pictographs u"\U00002600-\U000026FF" # miscellaneous symbols u"\U00002B50-\U00002B59" # additional symbols u"\U0000200D" # zero width joiner u"\U0000200C" # zero width non-joiner u"\U0000FE0F" # emoji variation selector "]+", flags=re.UNICODE ) return emoji_pattern.sub(r'', text) ```
updated
a dataset
about 1 month ago
lparkourer10/enwiki-20250201
View all activity
Organizations
None yet
models
1
lparkourer10/minecraft
Text Generation
โข
Updated
Dec 17, 2024
โข
37
datasets
8
Sort:ย Recently updated
lparkourer10/enwiki-20250201
Viewer
โข
Updated
Mar 7
โข
3.08M
โข
99
lparkourer10/minecraft-wiki
Viewer
โข
Updated
Feb 23
โข
87.9k
โข
68
lparkourer10/minecraft-alpacadataset
Viewer
โข
Updated
Feb 21
โข
667k
โข
45
โข
4
lparkourer10/fiwiki-20250201
Viewer
โข
Updated
Feb 15
โข
472k
โข
40
lparkourer10/starcoder-python5b
Viewer
โข
Updated
Feb 7
โข
1.29M
โข
344
lparkourer10/minecraft-10k
Viewer
โข
Updated
Nov 10, 2024
โข
10k
โข
9
lparkourer10/terraria-wiki
Viewer
โข
Updated
Nov 1, 2024
โข
30k
โข
33
lparkourer10/minecraftbedwars
Viewer
โข
Updated
Sep 13, 2024
โข
89
โข
27