Accéder au contenu principal
AccueilPython

Projet

Word Frequency in Moby Dick

Intermédiaire
Actualisé 04/2024
Use web scraping and NLP to find the most frequent words in classic literature: Herman Melville's novel, Moby Dick.
Démarrer le projet gratuitement

Inclus avecPremium or Teams

PythonProgramming1 heure1 Task1,500 XP

Créez votre compte gratuit

ou

En continuant, vous acceptez nos Conditions d'utilisation, notre Politique de confidentialité et le fait que vos données sont stockées aux États-Unis.
Group

Formation de 2 personnes ou plus ?

Essayer DataCamp for Business

Apprécié par les apprenants de milliers d’entreprises

Description du projet

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.
Démarrer le projet gratuitement
  • 1

    Find the most common words in a classic novel.

Rejoignez plus de 16 millions d’apprenants et commencer Word Frequency in Moby Dick dès aujourd'hui !

Créez votre compte gratuit

ou

En continuant, vous acceptez nos Conditions d'utilisation, notre Politique de confidentialité et le fait que vos données sont stockées aux États-Unis.