Merged conflicts resolved
This commit is contained in:
parent
e27b40f153
commit
9fcd9cfd99
@ -10,9 +10,9 @@ from nltk.corpus import words
|
||||
import re
|
||||
import html2text
|
||||
import nltk
|
||||
#nltk.download('stopwords')
|
||||
#nltk.download('words')
|
||||
#nltk.download('punkt')
|
||||
nltk.download('stopwords')
|
||||
nltk.download('words')
|
||||
nltk.download('punkt')
|
||||
|
||||
english_words = words.words()
|
||||
english_stop_words = stopwords.words('english')
|
||||
|
Loading…
Reference in New Issue
Block a user