0
Q:

nltk sentence tokenizer

from nltk.tokenize import sent_tokenize 
  
text = "Hello everyone. Welcome to GeeksforGeeks. You are studying NLP article"
sent_tokenize(text) 
0

New to Communities?

Join the community