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).
After a maiden marker, an unambiguous suffix comes out of the maiden name and an ambiguous credential acronym does not, and nothing is reported.
It is not a comma question:
Jane Doe nee Smith MAgives maidenSmith MAtoo, andJohn Smith nee Jones R.A.I.gives maidenJones R.A.I.whereJohn Smith R.A.I.gives suffixR.A.I.and reports. 1.4.0 had no maiden field; it read theMAand theR.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 movedJohn 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 MAgives maidenSmith, suffixMA, whileDoe, Jane nee Smith Makeeps maidenSmith Ma? And whichever way it reads, should it reportsuffix-or-name?For: every other trailing position now reads this way, the clause already gives up
PhDandJr., 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 inMaorDoare 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: maidenSmith MA, silentDoe, Jane nee Smith Ma: the cased contrast, a name under either answerDOE, JANE NEE SMITH MA: one case, no evidence in the writingDoe, Jane nee MA: nothing to spareJohn Smith nee Jones R.A.I.: the dotted halfDoe, Jane nee Smith PhD,Doe, Jane nee Smith Jr.: controls, already suffixRelated: #531, #530.
Found during #531 (PR #532).