Skip to content

Commit 740cee2

Browse files
committed
NLP
1 parent 1a31985 commit 740cee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NLP/Project2.ipynb renamed to NLP/IBDM Review text(BOW,TF-IDF and Word2vec.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"\n",
232232
" review = [lemmatizer.lemmatize(word) for word in review if word not in set(stopwords.words('english'))]\n",
233233
" review=' '.join(review)\n",
234-
" review=corpus.append(review)\n"
234+
" review=corpus.append(review)"
235235
],
236236
"id": "febd0857634f9827",
237237
"outputs": [],

0 commit comments

Comments
 (0)