walshbr / woolf

0 stars 0 forks source link

Refactor clean_and_read text usage #6

Open walshbr opened 9 years ago

walshbr commented 9 years ago

Some functions take in a file name. Some take in a processed file. This is causing some confusion (mostly for me as I code), where some functions break when they take the wrong type of argument. I should really organize the thing better so that it only happens in one place. Or organize the functions better so that it's clear what is what.