Prageeth-1 commited on
Commit
7d285e4
·
verified ·
1 Parent(s): 06c38a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -13,6 +13,8 @@ import io
13
  from collections import Counter
14
  import string
15
  import os
 
 
16
 
17
  # Download NLTK resources
18
  nltk.download('punkt')
 
13
  from collections import Counter
14
  import string
15
  import os
16
+ from nltk.stem import PorterStemmer
17
+
18
 
19
  # Download NLTK resources
20
  nltk.download('punkt')