Created
August 2, 2018 14:08
-
-
Save kushalchauhan98/1a568f126b9b622c95efd67cdea331b1 to your computer and use it in GitHub Desktop.
Sentence Tokenizer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from nltk.tokenize import sent_tokenize | |
sentences = sent_tokenize(email, language = lang) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment