Skip to content

Commit 1b137a2

Browse files
author
sant_si
committed
word_tokenize imported, useless import removed
1 parent 9aed957 commit 1b137a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nlp_imdb.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
"source": [
313313
"import string\n",
314314
"from nltk.stem import SnowballStemmer, PorterStemmer\n",
315-
"from nltk.stem import WordNetLemmatizer"
315+
"from nltk import word_tokenize"
316316
]
317317
},
318318
{

0 commit comments

Comments
 (0)