Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
flax-community
/
gpt2-persian
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f587562
gpt2-persian
/
regexes
/
punk.py
m3hrdadfi
Hello everyone
6851088
over 3 years ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
re
PUNK_REGEX = re.
compile
(
r"([\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\=\?\@\[\\\]\^\_\`\{\|\}\~\«\»\⸮\؟\،\٬\٫\؛])"
)