/judge

Determine the gender of entries in csv files, using historical first name data provided by the U.S. Census.

Primary LanguageShell

release Github issues

judge is designed to segment csv files by gender, using historical first name data provided by the U.S. Census.

ChangelogKnown bugs

Startup Options

Usage: judge [options] [target] ...
Options:
  -f, --female           Detect names that are best-guess female
  -m, --male             Detect names that are best-guess male
  -o, --other            Detect names that appear to be neither female or male
  -v, --verbose          Display verbose output
  -d. --debug            Display debug output
  -h, --help             Display this help and exit

Install

Clone this repo or download the latest release and run ./judge.sh in the judge directory. No installation is needed.

Notes

Currently, it is assumed the data being processed has both first and last name in a single quoted cell. options for other formatting will be forthcoming.

Developed and tested in WSL 2.0 with Ubuntu 20.0.4

Contact