m3hrdadfi's picture
Hello gpt2-qa
f474d6a
raw
history blame
No virus
135 Bytes
import re
PUNK_REGEX = re.compile(
r"([\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\=\?\@\[\\\]\^\_\`\{\|\}\~\«\»\⸮\؟\،\٬\٫\؛])"
)