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

adding display_gender_adjectives, a generic function for better readibility for output dictionaries #140

Closed fyang3 closed 4 years ago

fyang3 commented 4 years ago

takes the results of find_gender_adj and prints out to the user the top number_to_return adjectives associated with the gender searched for, sorted

codecov-io commented 4 years ago

Codecov Report

Merging #140 (e7da411) into master (3b10f6b) will increase coverage by 3.28%. The diff coverage is 45.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   43.53%   46.82%   +3.28%     
==========================================
  Files          12       12              
  Lines        1656     1416     -240     
  Branches      365      348      -17     
==========================================
- Hits          721      663      -58     
+ Misses        882      709     -173     
+ Partials       53       44       -9     
Impacted Files Coverage Δ
gender_analysis/analysis/dependency_parsing.py 11.32% <5.26%> (-2.39%) :arrow_down:
gender_analysis/analysis/instance_distance.py 35.41% <8.69%> (+0.83%) :arrow_up:
gender_analysis/analysis/gender_frequency.py 60.28% <58.92%> (+10.65%) :arrow_up:
gender_analysis/analysis/gender_adjective.py 30.32% <60.00%> (-0.06%) :arrow_down:
gender_analysis/gender.py 100.00% <100.00%> (+3.84%) :arrow_up:
gender_analysis/pronouns.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3b10f6b...e7da411. Read the comment docs.

samimak37 commented 4 years ago

Closing this in order to give the expand_gender_support branch its own PR