gendered person names possible, see README

This commit is contained in:
Aarne Ranta
2025-05-17 10:05:20 +02:00
parent 034f3a4771
commit e709d73607
6 changed files with 2574 additions and 9 deletions

View File

@@ -12,6 +12,8 @@ fun
AwardSentence : Name -> Award -> Date -> Sentence ;
DiedSentence : Name -> Date -> Sentence ;
FemaleName : String -> Name ; -- use if your language needs gender agreement
MaleName : String -> Name ; -- use if your language needs gender agreement
StringName : String -> Name ;
YearDate : Int -> Date ;
he_Name, she_Name, they_Name : Name ;