Write Program Using Regular Expressions Extract Many Surnames Story Jane Austen S Pride Pr Q43787252
Write a program using regular expressions to extract as many ofthe surnames as you can from the story in in Jane Austen’s Prideand Prejudice, and compute a frequency table with how many timeseach one occurs. To complete this part of the assignment, turn inyour program’s source code, your frequency table, and a paragraphdescribing your approach to solving this problem.
In Python Language
Expert Answer
Answer to Write a program using regular expressions to extract as many of the surnames as you can from the story in in Jane Austen…
OR