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