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

Updated __repr__ function in Gender.py #150

Closed samimak37 closed 3 years ago

samimak37 commented 3 years ago

The old __repr__ function in Gender.py listed out all of the pronoun series associated with the objected as well as its label, but that tended to clutter things up. This has been switched over to a much cleaner version where only the label is displayed in the console

MBJean commented 3 years ago

Note, a previous merge caused a linter issue to appear. I've included the one-line resolve in this PR, since both it and this PR's original changes are both purely additive. Merging.