Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
File size: 173 Bytes
813cd99
 
 
 
 
 
 
1
2
3
4
5
6
7
import string

chars = string.ascii_letters + string.punctuation + string.whitespace
chars = chars + "éèê"

url_pattern = r"(http|https)\S*"
user_naming_pattern = r"@\S*"