Skip to content

Commit

Permalink
Adjusted some figures and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Robinson committed Apr 27, 2017
1 parent 59c72cb commit a55cdc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _R/2017-04-27-tidytext-gender-plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ he_she_counts %>%
labs(x = "",
y = 'Relative appearance after "she" compared to "he"',
fill = "",
title = "Gendered verbs across 100,000 plot descriptions",
title = "Verbs correlated with gender in 100,000 plot descriptions",
subtitle = "Words with at least 200 uses after he/she, 12 most skewed in each direction.") +
scale_y_continuous(labels = c("4X", "2X", "Same", "2X"),
breaks = seq(-2, 1)) +
Expand Down Expand Up @@ -173,5 +173,5 @@ I'd also note that we could expand the analysis to include not only pronouns but

Again, the full code for this post is available [here](https://github.com/dgrtwo/dgrtwo.github.com/blob/master/_R/2017-04-27-tidytext-gender-plots.Rmd), and I hope others explore this data more deeply.

[^binary]: Gender is not a binary, so please note that this analysis is examining how the Wikipedia description's author refers to the character. For exampele, we miss cases of [singular they](https://en.wikipedia.org/wiki/Gender-neutral_language), but it would be challenging to separate it from the more common plural.
[^binary]: Gender is not a binary, so please note that this analysis is examining how the Wikipedia description's author refers to the character. For example, we miss cases of [singular they](https://en.wikipedia.org/wiki/Gender-neutral_language), but it would be challenging to separate it from the more common plural.
[^himself]: I'm also skipping the words "himself" and "herself", which are the most gender-shifted words but aren't interesting for our purposes.
2 changes: 1 addition & 1 deletion _posts/2017-04-27-tidytext-gender-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ I'd also note that we could expand the analysis to include not only pronouns but

Again, the full code for this post is available [here](https://github.com/dgrtwo/dgrtwo.github.com/blob/master/_R/2017-04-27-tidytext-gender-plots.Rmd), and I hope others explore this data more deeply.

[^binary]: Gender is not a binary, so please note that this analysis is examining how the Wikipedia description's author refers to the character. For exampele, we miss cases of [singular they](https://en.wikipedia.org/wiki/Gender-neutral_language), but it would be challenging to separate it from the more common plural.
[^binary]: Gender is not a binary, so please note that this analysis is examining how the Wikipedia description's author refers to the character. For example, we miss cases of [singular they](https://en.wikipedia.org/wiki/Gender-neutral_language), but it would be challenging to separate it from the more common plural.
[^himself]: I'm also skipping the words "himself" and "herself", which are the most gender-shifted words but aren't interesting for our purposes.
Binary file modified figs/2017-04-27-tidytext-gender-plots/most_shifted_words-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a55cdc8

Please sign in to comment.