You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the subsectionsection titled "The NLP Pipeline", the text says that Figure 3.1 summarizes material covered earlier in Chapter 3. The code annotating the step from HTML to ASCII references the nltk.clean_html() method. The preceding text uses BeautifulSoup.get_text() instead. This may confuse the reader.
The text was updated successfully, but these errors were encountered:
In the subsectionsection titled "The NLP Pipeline", the text says that Figure 3.1 summarizes material covered earlier in Chapter 3. The code annotating the step from HTML to ASCII references the
nltk.clean_html()
method. The preceding text usesBeautifulSoup.get_text()
instead. This may confuse the reader.The text was updated successfully, but these errors were encountered: