The result of tokenization

Report a typo

Take the input text and divide it into sentences. Once you have split the text, print out the result.

Sample Input 1:

Let's go for a walk! I need some fresh air!

Sample Output 1:

["Let's go for a walk!", 'I need some fresh air!']
Write a program in Python 3





___

Create a free account to access the full topic