nosegm6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
stopwords = []
|
||||
with open('nlp/stop_words.txt', 'r', encoding='utf-8') as file:
|
||||
text = file.readlines()
|
||||
stopwords = file.readlines()
|
||||
|
||||
# Convert stopwords to a set for faster lookup
|
||||
stopword_set = set(stopwords)
|
||||
|
Reference in New Issue
Block a user