joelgrus / data-science-from-scratch

code for Data Science From Scratch book
MIT License
8.71k stars 4.52k forks source link

Natural_language: 'NoneType' object is not callable #13

Closed gmrwvu closed 3 years ago

gmrwvu commented 9 years ago

Looks like O'Reilly changed the div name from entry-content to article-body at http://radar.oreilly.com/2010/06/what-is-data-science.html Running natural_language_processing.py yields the NoneTyoe error. To fix: on line 48 of the program, change entry-content to article-body

gomesfernanda commented 5 years ago

@joelgrus please close the issue?

MerlinSchaefer commented 3 years ago

"article-body" now yields the same error. As of now, the div name is "main-post-radar-content".