dotfiles/.config/Code/User/History/-4c5aef8e/v1j5.py
RafayAhmad7548 4f46de8d00 update
2024-09-09 16:59:28 +05:00

3 lines
201 B
Python

stop_words = ("a", "an", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "is", "it", "of", "on", "or", "so", "that", "the", "to", "with")
def removePunctuationMarks(text: str) -> str: