manasagangotri commited on
Commit
94bdb70
·
verified ·
1 Parent(s): e185064

Create setup.py

Browse files
Files changed (1) hide show
  1. setup.py +5 -0
setup.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+
2
+ import nltk
3
+
4
+ # Download NLTK stopwords
5
+ nltk.download('stopwords')