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

Reimplement Corpus.filter_by_gender using Corpus.subcorpus #8

Closed meesuekim closed 5 years ago

meesuekim commented 5 years ago

Also changed Novel class to Document

ryaanahmed commented 5 years ago

Waiting to merge this until we have the tests that are currently failing on master passing.

ryaanahmed commented 5 years ago

Closing without merging -- the filter_by_gender() change is now in @samimak37's branch, and @meesuekim is working on the Novel -> Document refactor on a different branch.