So these 2 sentences flip "her" differently:
It was created by her very quickly
It was created by her very own child
I'm no NLP expert so if anyone has some ideas, please see this issue: https://github.com/Garrett-R/gender_bender/issues/2I think that's a great example though. I'm male, and I think a common misconception is that gender equality is only for the benefit of females. But feminist issues effect everyone. Like women being allowed to join the workforce increased productivity which also benefited men from having cheaper products.
Or this example you point out, men are typically the ones being drafted into war or at least the ones serving on the front lines. I think that raises a lot of interesting questions too. Is that fair? Should women more often be included in drafts or mandatory service? Should women be included in the decisions to go to war? Would we have less wars if that were the case?
I'd question - aside from medical needs, when should men and women not be treated the same?
Which is a round about way of saying, of course women should be drafted into war.
It also nearly doubled the labour force without actually doubling the number of jobs available, which arguably resulted in the stagnation of wages to the point where dual incomes became necessary for families to maintain the same standard of living as they did decades ago.
There are advantages, but let's not pretend it has been some panacea. Dropping birth rates in the first world may largely be to do with women deferring pregnancy for career advancement.
> Should women more often be included in drafts or mandatory service?
War is war. The military needs to be distinct from other fields as it is not an experimental playground for egalitarianism, it is the profession of targeted death and destruction. Changes to the military have to be evaluated in the context of "what makes the most efficient military unit", not "what military unit represent everyone back home best". It's not a representational game, it's a crudely real necessity for the security of a country.
On that front, real study can show what makes a more cohesive unit. If adding women helps, do it. If it hurts, don't do it. Doing it to make a point may endanger real lives.
> Should women be included in the decisions to go to war?
Aren't they already? Plenty of female politicians, advisors, representatives. Of course they should be involved, but on their own merits and through their own career advancement, please. Trudeau-style arbitrary enforcement of representational quotas promises no guarantee of better decisionmaking.
> Would we have less wars if that were the case?
Do women have fewer interpersonal conflicts with their peers than men?
NASA used to have a requirement that astronauts had to have experience as military test pilots. The military said that test pilots could only be men. This meant that women could never become test pilots nor astronauts.
Then someone put a few women through the NASA tests and found they performed at the same level as men, and sometimes better than men.
Too often "let's be careful, we need to test this" is used as an excuse to continue discrimination even though that's objectively worse.
You just said they tested it and they did fine. That's all I am asking for. I don't think your quoted statement logically follows from that at all.
I think it's pretty fair to say that the battlefield is a different situation even than being an astronaut and what works in one place may not work in all places.
Perhaps not, but I believe women are more likely than men to resort to using words rather than physical violence during an interpersonal conflict.
Not sure if this is intentional or not, but "Don" in this case isn't a name, but a title. Does the library attempt to determine whether a name that can also be a word is in fact used as a name in a given instance? (Not blaming it for getting this one wrong if it does, since it's a Spanish rather than English word)
I let the user control which names are translated (and they select a name for each unique identified name) and allows the user to mark a suspected name as not a name. This is the `--interactive-naming` flag.
I added that after the first iteration and reading through an ePub on my Kobo and found tons of random proper nouns "flipped".
I know an “Africa” and know of a “Madeinusa” (“made in U.S.A”, which she was not).
Much more important is to get people (especially typical parochial Americans) to realize that there exist other human beings in other countries. Even the most sexist American male is aware of gender issues (even if he doesn't agree with them). But even "liberal", "soft-hearted" Americans don't much care or know about the life of someone in say Bangladesh or Indonesia.
So maybe you could also think of changing nationalities. E.g. change Anglo-American names to Bangladeshi or Indonesian ones.
> Much more important is to get people (especially typical parochial Americans) to realize that there exist other human beings in other countries.
That's extremely important, too! But I don't think that it means that sex and gender issues are no longer important (in code, language, or society in general).
They would just be strange. SF is full of strange made up names. It's not interesting.
However "Ancillary justice" is very unusual and interesting read, where "her" sometimes means a man, because protagonist has trouble recognizing or caring about human gender.
I do not know where you got that estimate of $5 from.
Here are more credible estimates according to GiveWell (https://www.givewell.org/how-we-work/our-criteria/cost-effec...):
> As of November 2016, the median estimate of our top charities' cost-effectiveness ranged from ~$900 to ~$7,000 per equivalent life saved.
Nah. Jk! Knock yourself out: https://market.unicef.org.uk/inspired-gifts/polio-vaccines-t...
Did you try making some interactive version? I think this could be inspiring for a large audience.
Did you try using things like word2vec, to find word “analogies”? (They are often biased, like doctor - man + woman is nurse.) Comparing two “translations” could be interesting.
So, "the nurse walked in and she said hi" would presumably get translated with word2vec to "the doctor walked in and he said hi".
That's not the effect I was going for, but it would be really interesting to compare the differences like you mention.
Will require a bit of simple front end work. For example, translating an epub really needs to involve the user (which is currently available in the terminal) since it's very difficult to automatically translate names.
For example, "April" can be a month, a town name or a person's name. It needs flipping if it's a name, but not otherwise. Even context sometimes doesn't help: "We were worried about April."
Loved the examples, can’t wait to try it!
This way, the name will still make sense if the ability to go from gendered pronouns to genderless pronouns ("singular they" or "ze") is added. PRs are welcome!
For now, I just put "Flip gender" in the title of this HN post to more accurately reflect what the package does today.
Another issue is finding an appropriate k for genders, assuming this package is implemented with some sort of hard coded gender mapping. This becomes more complex when accounting for different cultures, which probably just ends up multiplying k by m cultures.