Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use regular expression in Python to remove numbers, special characters, and white space from the following list. X is input corpus. Y is the edited
Use regular expression in Python to remove numbers, special characters, and white space from the following list.
X is input corpus. Y is the edited output.
X= ["This is a # scary wolf! ",
"welcome to a mysterious jungle",
"2020 was the year to remember forever_never",
"Remember the name s - John",
"I admire you"]
Output should look like this:
this is scary wolf
welcome to mysterious jungle
was the year to remember forever
remember the name John
I admire you
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started