Package gen :: Package lib :: Module genderstats :: Class GenderStats
[frames] | no frames]

Class GenderStats

source code

Class for keeping track of statistics related to Given Name vs. Gender.

This allows the tracking of the liklihood of a person's given name indicating the gender of the person.

Instance Methods
 
__init__(self, stats={}) source code
 
save_stats(self) source code
 
name_stats(self, name) source code
 
count_person(self, person, undo=0) source code
 
uncount_person(self, person) source code
 
guess_gender(self, name) source code