Skip to content

Should Doe, Jane nee Smith MA read MA as a credential? The maiden name keeps it, where it gives up PhD and Jr. #533

Description

@derek73

After a maiden marker, an unambiguous suffix comes out of the maiden name and an ambiguous credential acronym does not, and nothing is reported.

>>> parse("Doe, Jane nee Smith PhD").maiden, parse("Doe, Jane nee Smith PhD").suffix
('Smith', 'PhD')
>>> parse("Doe, Jane nee Smith MA").maiden, parse("Doe, Jane nee Smith MA").suffix
('Smith MA', '')
>>> parse("Doe, Jane nee Smith MA").ambiguities
()

It is not a comma question: Jane Doe nee Smith MA gives maiden Smith MA too, and John Smith nee Jones R.A.I. gives maiden Jones R.A.I. where John Smith R.A.I. gives suffix R.A.I. and reports. 1.4.0 had no maiden field; it read the MA and the R.A.I. as suffixes.

Why now. #531 made the end of the given part after a family comma read an ambiguous credential as the comma-less spelling does, and report it either way. The maiden clause takes its words before that slot exists, so this is now the one trailing position where a word of that class (ba, do, ed, jd, ma, and dotted acronyms) is read in silence. #530 moved John Smith nee Jones R.A.I. into the maiden field from the other side.

The question. Should the words-to-spare rule and the case lean apply at the end of a maiden clause, so Doe, Jane nee Smith MA gives maiden Smith, suffix MA, while Doe, Jane nee Smith Ma keeps maiden Smith Ma? And whichever way it reads, should it report suffix-or-name?

For: every other trailing position now reads this way, the clause already gives up PhD and Jr., and a degree is not part of a birth name. Against: a maiden name of one word has nothing to spare (Doe, Jane nee MA), and two-word birth surnames ending in Ma or Do are real, so the lean would be carrying the whole decision in one-case records.

Names to decide against

  • Doe, Jane nee Smith MA / Jane Doe nee Smith MA: maiden Smith MA, silent
  • Doe, Jane nee Smith Ma: the cased contrast, a name under either answer
  • DOE, JANE NEE SMITH MA: one case, no evidence in the writing
  • Doe, Jane nee MA: nothing to spare
  • John Smith nee Jones R.A.I.: the dotted half
  • Doe, Jane nee Smith PhD, Doe, Jane nee Smith Jr.: controls, already suffix

Related: #531, #530.

Found during #531 (PR #532).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions