dhmit / gender_analysis

A toolkit for analyzing gendered language across sets of documents
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

moved functions out of analysis.analysis #63

Closed sophiazhi closed 5 years ago

ryaanahmed commented 5 years ago

@sophiazhi -- this might be a good time to rename the modules that end with _analysis as well (just axing the final _analysis bit of the module name).

Seems unwieldy to write, e.g., from gender_analysis.analysis.instance_distance_analysis import some_function ... instead of just ... from gender_analysis.analysis.instance_distance import some_function

ryaanahmed commented 5 years ago

looks good to me! merging.