engardeProjects commited on
Commit
76c9e79
·
1 Parent(s): b077bf7
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -7,7 +7,6 @@ import zipfile
7
  import json
8
  from nltk.corpus import stopwords
9
  stopWords = stopwords.words('english')
10
- #lets say data is a string which has your sentence
11
 
12
 
13
 
 
7
  import json
8
  from nltk.corpus import stopwords
9
  stopWords = stopwords.words('english')
 
10
 
11
 
12
 
requirements.txt CHANGED
@@ -1 +1,2 @@
1
  wordcloud
 
 
1
  wordcloud
2
+ nltk