Skip to content

AcademicTitleGenerator generator

Generate locale-aware academic titles from the configured dataset.

Why: Use AcademicTitleGenerator when person records need locale-specific academic titles with a controlled prevalence; omit the field rather than generating an empty title when the target does not model titles.

Category: person.

Output: str | null.

1
<key name="value" generator="AcademicTitleGenerator(dataset='DE', quota=0.2)"/>

Parameters

  • dataset: str | null; Default None — Country dataset that supplies locale-appropriate academic titles.
  • quota: float; Default 0.5 — Probability that a generated record receives a title instead of no value.