似乎应该有一个比以下方法更简单的方法:
import string
s = "string. With. Punctuation?" # Sample string
out = s.translate(string.maketrans("",""), string.punctuation)
在那儿?
The temperature in the O'Reilly & Arbuthnot-Smythe server's main rack is 40.5 degrees.
”正好包含一个标点符号,第二个“。”
string.punctuation
根本不包含非英语标点符号。我在考虑。,!?:×””〟,依此类推。