Open this Research Notebook ->.ipynb
Take me to the Learning Version of this notebook ->
Description:
This notebook creates a stopwords list and exports it into a CSV file. The following processes are described:
- Loading the NLTK stopwords list
- Modifying the stopwords list in Python
- Saving a stopwords list to a .csv file
- Loading a stopwords list from a .csv file
Use Case: For Researchers (Mostly code without explanation, not ideal for learners)
Difficulty: Intermediate
Completion time: 5 minutes
Knowledge Required:
- Python Basics Series (Start Python Basics I)
Knowledge Recommended: None
Data Format: CSV files
Libraries Used:
- nltk to create an initial stopwords list
- csv to read and write the stopwords to a file
Research Pipeline: None