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