Gender Prediction
TODO: Add description
Function to Predicts brazilian gender from name
based in stats from IBGE
Params: nameReturns: :male, :female, :undefined
Eg:
GenderPrediction.get_gender_name(Paulo Marques) # Returns :maleInstallation
If available in Hex, the package can be installed
by adding gender_prediction to your list of dependencies in mix.exs:
def deps do
[
{:gender_prediction, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/gender_prediction.