Code Challenges on Text Transformation

Assess your ability to perform text transformation techniques using Python.

Challenge 1: Sentence tokenization

We’ve imported the required libraries. Load the feedback.csv dataset in the feedback_df variable and perform sentence tokenization on the feedback column. Save the sentence tokens in a new sentence_tokens column.

Get hands-on with 1200+ tech skills courses.