Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate "gender_detector" Gem #128

Open
jrhoads opened this issue Oct 19, 2021 · 1 comment
Open

Investigate "gender_detector" Gem #128

jrhoads opened this issue Oct 19, 2021 · 1 comment

Comments

@jrhoads
Copy link
Contributor

jrhoads commented Oct 19, 2021

We are not using the gender identification/assumption functionality of this gem.

Is it needed?
Are there options to replace the functionality that we do use with something else?

@jrhoads jrhoads changed the title Investigate "gender_dectector" Gem Investigate "gender_detector" Gem Oct 19, 2021
@richardhallett
Copy link
Contributor

The part we use of this library is to check a list of names (it's a database of names basically) to see if we can guess that it's meant to be a Personal type of creator (in contrast with Organisation)

Currently being used here

name_exists?(author.fetch("name", "").split(" ").first)

So yes it's not using any of the gender detection, but it might be worth considering replacing with something else that can do the name check, or even perhaps do a better job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants