Still under development. Download the naming file and put it into the src/. Then you are ready to go
Naminges File
``` use gender_guesser::Detector;
let mut d = Detector::new();
asserteq!(Gender::Male, d.getgender("John")); ```