Skip to content

Instantly share code, notes, and snippets.

@kushalchauhan98
Created August 2, 2018 14:08
Show Gist options
  • Save kushalchauhan98/1a568f126b9b622c95efd67cdea331b1 to your computer and use it in GitHub Desktop.
Save kushalchauhan98/1a568f126b9b622c95efd67cdea331b1 to your computer and use it in GitHub Desktop.
Sentence Tokenizer
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