Direkt zum Inhalt
StartseitePython

Projekt

Word Frequency in Moby Dick

Fortgeschrittener Anfänger
Aktualisierte 04/2024
Use web scraping and NLP to find the most frequent words in classic literature: Herman Melville's novel, Moby Dick.
Projekt kostenlos starten

Im Lieferumfang enthaltenPremium or Teams

PythonProgramming1 Stunde1 Task1,500 XP

Kostenloses Konto erstellen

oder

Durch Klick auf die Schaltfläche akzeptierst du unsere Nutzungsbedingungen, unsere Datenschutzrichtlinie und die Speicherung deiner Daten in den USA.
Group

Trainierst du 2 oder mehr?

Versuchen DataCamp for Business

Beliebt bei Lernenden in Tausenden Unternehmen

Projektbeschreibung

Word Frequency in Moby Dick

In this project, you'll scrape a novel from an html file taken from the website Project Gutenberg (which contains a large corpus of books) using the Python requests package. Then you'll extract text from this web data using the BeautifulSoup library. Finally, you'll analyze the distribution of words using the Natural Language ToolKit (nltk), a very common NLP task used to gain insights on textual data and lay the groundwork for deeper analysis. The natural language processing tools used here are required for many important data science tasks as a vast proportion of the world's data is unstructured and includes a great deal of text. To complete this project, you need to know how to import web data into Python and how to work with natural language text.

Word Frequency in Moby Dick

Use web scraping and NLP to find the most frequent words in classic literature: Herman Melville's novel, Moby Dick.
Projekt kostenlos starten
  • 1

    Find the most common words in a classic novel.

Mach mit 16 Millionen Lernende und starte Word Frequency in Moby Dick heute!

Kostenloses Konto erstellen

oder

Durch Klick auf die Schaltfläche akzeptierst du unsere Nutzungsbedingungen, unsere Datenschutzrichtlinie und die Speicherung deiner Daten in den USA.