You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if re.search(" {} ".format(stop),txt) or re.search("^{} ".format(stop),txt) or re.search(" {}[.?!,]".format(stop),txt) or re.search("^{}$".format(stop),txt):
return True
return False
if __name__=="__main__":
testcases=[
"This is a pen.",
"It always seems impossible until it’s done.",
"Peace begins with a smile.",
"If I were you, I wouldn't have made such a mistake.",