remove special character in a List or String
Input_String is Text_Corpus of Jane Austen Book
output Should be : ['to', 'be', 'or', 'not', 'to', 'be', 'that', 'is', 'the', 'question']
But getting this Output : ['to', 'be,', 'or', 'not', 'to', 'be:', 'that', 'is', 'the', 'question!']
Topic nltk ipython python machine-learning
Category Data Science