sancharikadebnath commited on
Commit
f5331aa
·
1 Parent(s): 1744fe5
Files changed (1) hide show
  1. components/functions.py +2 -0
components/functions.py CHANGED
@@ -62,6 +62,8 @@ class Functions():
62
  stopwords.words('english')
63
  except LookupError:
64
  nltk.download('stopwords')
 
 
65
 
66
  def preprocess_text(text):
67
  text = text.lower()
 
62
  stopwords.words('english')
63
  except LookupError:
64
  nltk.download('stopwords')
65
+ nltk.download('punkt')
66
+
67
 
68
  def preprocess_text(text):
69
  text = text.lower()