sumesh4C commited on
Commit
63cab8a
·
verified ·
1 Parent(s): 9edeb38

Update tasks/utils/preprocessing.py

Browse files
Files changed (1) hide show
  1. tasks/utils/preprocessing.py +2 -0
tasks/utils/preprocessing.py CHANGED
@@ -1,6 +1,8 @@
1
  import nltk
2
  from nltk.corpus import stopwords
3
  import spacy
 
 
4
 
5
  nltk.download('stopwords')
6
  # Get the list of English stop words from NLTK
 
1
  import nltk
2
  from nltk.corpus import stopwords
3
  import spacy
4
+ import string
5
+
6
 
7
  nltk.download('stopwords')
8
  # Get the list of English stop words from NLTK