update
This commit is contained in:
parent
2992f4f408
commit
4f46de8d00
3330 changed files with 394553 additions and 76939 deletions
5
.config/Code/User/History/-4c5aef8e/mvAc.py
Normal file
5
.config/Code/User/History/-4c5aef8e/mvAc.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
stop_words = ("a", "an", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "is", "it", "of", "on", "or", "so", "that", "the", "to", "with")
|
||||
punctuation_marks = (".", ",", "?", "!", ":", ";", "'", "\"", "''", "(", ")", "[", "]", "{", "}", "-", "—", "...", "/", "\\", "&", "*", "@", "#", "_", "~", "|", "<", ">", "=", "+")
|
||||
|
||||
def removePunctuationMarks(text: str) -> str:
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue