This commit is contained in:
Yuvi9587
2025-08-06 06:56:49 -07:00
parent 3704fece2b
commit 661b97aa16
2 changed files with 29 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ FOLDER_NAME_STOP_WORDS = {
"for", "he", "her", "his", "i", "im", "in", "is", "it", "its",
"me", "my", "net", "not", "of", "on", "or", "org", "our",
"s", "she", "so", "the", "their", "they", "this",
"to", "ve", "was", "we", "were", "with", "www", "you", "your",
"to", "ve", "was", "we", "were", "with", "www", "you", "your", "nsfw", "sfw",
# add more according to need
}