Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 513 Bytes

Center for Political Responsiveness and BDSS Hackathon

Feb 20th 2016

Repository Structure

├── README.md
├── etl                         # Extract, transform, load 
│   └── extract_n_grams.py          # Clean and generate n_grams from open text answers
│   └── w2v_locate_answers.py       # Locate text answers in word2vec semantic space 
└── text_utils                  # Submodule with helper functions
    ├── README.md
    ├── text_utils.py