Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- personName :: FGen Text
- femaleName :: FGen Text
- maleName :: FGen Text
- femalePrefix :: FGen SingleWord
- femalePrefixList :: [SingleWord]
- malePrefix :: FGen SingleWord
- malePrefixList :: [SingleWord]
- femaleSuffix :: FGen SingleWord
- femaleSuffixList :: [SingleWord]
- maleSuffix :: FGen SingleWord
- maleSuffixList :: [SingleWord]
- firstName :: FGen SingleWord
- femaleFirstName :: FGen SingleWord
- femaleNameList :: [(Int, Text)]
- maleFirstName :: FGen SingleWord
- maleNameList :: [(Int, Text)]
- lastName :: FGen SingleWord
- lastNameList :: [(Int, Text)]
Documentation
personName :: FGen Text Source #
femaleName :: FGen Text Source #
malePrefixList :: [SingleWord] Source #
maleSuffixList :: [SingleWord] Source #
femaleNameList :: [(Int, Text)] Source #
List of the 1000 most common U.S. female names and the number of people with that name. This is from a dataset of 302037244 names from the Social Security Adminisatration between 1910 and 2015.
maleNameList :: [(Int, Text)] Source #
List of the 1000 most common U.S. male names and the number of people with that name. This is from a dataset of 302037244 names from the Social Security Adminisatration between 1910 and 2015.
lastNameList :: [(Int, Text)] Source #
List of the 1000 most common U.S. surnames and the number of people with that name. This is from a dataset of 269762087 names from the 2000 U.S. Census.