Question: I just have question about python. how to count the sentences in this file? //////////////////////////////////////// fromurllib.requestimporturlopen textpage=urlopen(https://www.gutenberg.org/files/2701/2701.txt) data=str(textpage.read(),'utf-8') /////////////////////////////////////////
I just have question about python.
how to count the sentences in this file?
////////////////////////////////////////
fromurllib.requestimporturlopen
textpage=urlopen("https://www.gutenberg.org/files/2701/2701.txt")
data=str(textpage.read(),'utf-8')
/////////////////////////////////////////
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
