sdoctor7 / bill-summarization

Text Summarization of Congressional Bills: Fall 2017 Capstone project, Columbia University Data Science Institute and Bloomberg
0 stars 1 forks source link

Standardize location of data #10

Open ss5136 opened 6 years ago

ss5136 commented 6 years ago

I guess it would be better to have data in a common folder so that all files run locally on git clone.

bills.ipynb: Reads from indir = 'bill_text_115' parse-summaries.ipynb Reads from: path = '../data/summaries/'

Probably standardize them to read from data/

sdoctor7 commented 6 years ago

Makes sense to have separate folders for the bills and the summaries though, right? What about something like:

               ..
         ____|____
        |             |
   raw_data    ?
  ____|____
 |             |

bills summaries

and then figure out how to structure the rest of it as we go? Idk, what do you think? Feel free to edit