{"id":32192134,"url":"https://github.com/fmariluis/gender-detection","last_synced_at":"2025-10-22T01:59:05.067Z","repository":{"id":62432776,"uuid":"135010476","full_name":"fmariluis/gender-detection","owner":"fmariluis","description":"Clojure library for name gender detection","archived":false,"fork":false,"pushed_at":"2018-06-03T13:54:54.000Z","size":936,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T09:17:47.736Z","etag":null,"topics":["clojure"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmariluis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-27T02:48:20.000Z","updated_at":"2018-06-03T13:54:56.000Z","dependencies_parsed_at":"2022-11-01T21:15:55.073Z","dependency_job_id":null,"html_url":"https://github.com/fmariluis/gender-detection","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fmariluis/gender-detection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmariluis%2Fgender-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmariluis%2Fgender-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmariluis%2Fgender-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmariluis%2Fgender-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmariluis","download_url":"https://codeload.github.com/fmariluis/gender-detection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmariluis%2Fgender-detection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280365594,"owners_count":26318385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure"],"created_at":"2025-10-22T01:59:01.697Z","updated_at":"2025-10-22T01:59:05.059Z","avatar_url":"https://github.com/fmariluis.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gender-detection\n\n[![Clojars Project](https://img.shields.io/clojars/v/gender-detection.svg)](https://clojars.org/gender-detection)\n\n[![Build Status](https://travis-ci.org/fmariluis/gender-detection.svg?branch=master)](https://travis-ci.org/fmariluis/gender-detection)\n\nSimple library to detect the gender of a name. The current version supports English and Spanish names.\n\n## Install\n\n`[gender-detection \"0.1.1\"]` in  your `project.clj`.\n\n## Usage\n\n```clj\n(ns example\n  (:require [gender-detection.core :as gd]))\n```\n\nYou can try to find the gender of a name:\n```clj\n(gd/find-gender \"Susana\" :es)\n;;=\u003e :F\n\n(gd/find-gender \"Beth\" :en)\n;;=\u003e :F\n\n(gd/find-gender \"Carlos\" :es)\n;;=\u003e :M\n\n(gd/find-gender \"Peter\" :en)\n;;=\u003e :M\n\n(gd/find-gender \"Vorplax\" :en)\n;;=\u003e nil\n```\n\nCase doesn't matter, accents are stripped.\n\nThere are two simple boolean functions too:\n```clj\n(gd/male? \"Carlos\" :es)\n;;=\u003e t\n\n(gd/female? \"Susana\" :es)\n;;=\u003e :F\n\n(gd/female? \"Vorplax2\" :es)\n;;=\u003e nil\n```\n\n## License\n\nCopyright © 2018 Franco Mariluis\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmariluis%2Fgender-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmariluis%2Fgender-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmariluis%2Fgender-detection/lists"}