madankn79 commited on
Commit
e66c157
·
1 Parent(s): 704c23d
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import nltk
8
 
9
  # Download stopwords if not already available
10
  nltk.download("stopwords")
 
11
  stop_words = set(stopwords.words("english"))
12
 
13
  # Define additional words (prepositions, conjunctions, articles) to remove
 
8
 
9
  # Download stopwords if not already available
10
  nltk.download("stopwords")
11
+ nltk.download('punkt')
12
  stop_words = set(stopwords.words("english"))
13
 
14
  # Define additional words (prepositions, conjunctions, articles) to remove