Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2 KB

Text_Processing_and_Analysis.md

File metadata and controls

52 lines (43 loc) · 2 KB

Text Processing and Analysis

A brief introduction to Text Processing and Analysis using Python.

1. Collect Data

  • Use existing datasets
    1. direct download
    2. via API
  • Scrape website

2. Pre-process Data

4. TF-IDF

6. Visualization

Tips and tricks of the trade for cleaning text in Python