pknayak commited on
Commit
1fc586c
1 Parent(s): 177de08

Adding the joblib to code

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -18,6 +18,8 @@ from nltk.corpus import stopwords
18
  nltk.download('rslp')
19
  from nltk.stem import RSLPStemmer
20
 
 
 
21
  #--------------------------------------------------------------------------------------
22
  #------------------------ NEWS DATA RETRIEVER------------------------------------------
23
  #--------------------------------------------------------------------------------------
 
18
  nltk.download('rslp')
19
  from nltk.stem import RSLPStemmer
20
 
21
+ import joblib
22
+
23
  #--------------------------------------------------------------------------------------
24
  #------------------------ NEWS DATA RETRIEVER------------------------------------------
25
  #--------------------------------------------------------------------------------------