nltk / nltk_book

NLTK Book
http://www.nltk.org/book
405 stars 142 forks source link

chapter3-Processing Raw Text #213

Open lvjiujin opened 6 years ago

lvjiujin commented 6 years ago

url = "http://www.gutenberg.org/files/2554/2554.txt" this url is not found, so you can't access the url, if you access it, there will be a problem'404' so I modified it to this url = "http://www.gutenberg.org/files/2554/2554-0.txt"

HaelC commented 6 years ago

Yes, the original url is invalid. And the corresponding output is slightly different.