Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Tokenize a Sentence | Text Preprocessing Fundamentals
Introduction to NLP

Tokenize a Sentence Tokenize a Sentence

Tarefa

Your task is to tokenize the given excerpt from 'The Adventures of the Musgrave Ritual' into sentences and then tokenize the last sentence into words. Use the nltk functions for this purpose and use the negative index to retrieve the last sentence and convert this sentence to lowercase.

Tudo estava claro?

Seção 1. Capítulo 4
toggle bottom row
course content

Conteúdo do Curso

Introduction to NLP

Tokenize a Sentence Tokenize a Sentence

Tarefa

Your task is to tokenize the given excerpt from 'The Adventures of the Musgrave Ritual' into sentences and then tokenize the last sentence into words. Use the nltk functions for this purpose and use the negative index to retrieve the last sentence and convert this sentence to lowercase.

Tudo estava claro?

Seção 1. Capítulo 4
toggle bottom row
some-alt