Title: Recognize maiden-name markers like "née" and "geb." (Jane Smith née Jones) · Issue #274 · derek73/python-nameparser · GitHub
Open Graph Title: Recognize maiden-name markers like "née" and "geb." (Jane Smith née Jones) · Issue #274 · derek73/python-nameparser
X Title: Recognize maiden-name markers like "née" and "geb." (Jane Smith née Jones) · Issue #274 · derek73/python-nameparser
Description: The maiden attribute is currently populated only by delimiter routing (e.g. moving parenthesis into maiden_delimiters for the "Jane Smith (Jones)" convention). But the dominant convention across languages — including English-language bio...
Open Graph Description: The maiden attribute is currently populated only by delimiter routing (e.g. moving parenthesis into maiden_delimiters for the "Jane Smith (Jones)" convention). But the dominant convention across la...
X Description: The maiden attribute is currently populated only by delimiter routing (e.g. moving parenthesis into maiden_delimiters for the "Jane Smith (Jones)" convention). But the dominant convention...
Opengraph URL: https://github.com/derek73/python-nameparser/issues/274
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Recognize maiden-name markers like \"née\" and \"geb.\" (Jane Smith née Jones)","articleBody":"The `maiden` attribute is currently populated only by delimiter routing (e.g. moving `parenthesis` into `maiden_delimiters` for the \"Jane Smith (Jones)\" convention). But the dominant convention across languages — including English-language biographical text — is a **marker word** before the former surname, which the parser currently mangles into the middle name (v1.3.0):\n\n```python\n\u003e\u003e\u003e hn = HumanName('Jane Smith née Jones')\n\u003e\u003e\u003e hn.middle, hn.last, hn.maiden\n('Smith née', 'Jones', '') # want: middle='', last='Smith', maiden='Jones'\n\u003e\u003e\u003e HumanName('Anna Müller geb. Schmidt').middle\n'Müller geb.'\n```\n\n**Proposal:** a `maiden_markers` constants set. When a marker is found, it consumes itself plus the following name piece(s) into `maiden_list` — structurally similar to how prefixes join forward. Candidates:\n\n- `née`, `né`, `nee` — French; standard in English text\n- `geb.`, `geborene` — German; `geboren` Dutch\n- `roz.`, `rozená` — Czech/Slovak\n- `z domu` — Polish (multi-word marker; the mechanism must handle two-token markers)\n- `урожд.`, `урождённая` — Russian (would land in the non-Latin constants effort, #269)\n\n**Needs vetting before inclusion:** Scandinavian `f.` (født/född) — indistinguishable from the initial \"F.\", so it likely can't be a default. **Out of scope:** Hungarian `-né` (morphological suffix on the husband's name, `Kovácsné` = \"wife of Kovács\" — would need ending-detection like the patronymic regexes, not a marker word) and Spanish/Portuguese conventions (surnames aren't replaced at marriage; no marker exists).\n\nDesign questions: how many pieces after the marker belong to `maiden` (probably all remaining non-suffix pieces, mirroring prefix-join behavior); and whether `nee` without the accent is safe as a default (it's also a rare surname). Related: #269.\n","author":{"url":"https://github.com/derek73","@type":"Person","name":"derek73"},"datePublished":"2026-07-07T21:49:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/274/python-nameparser/issues/274"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:e90fbc88-195b-f3a3-a741-dc846bdd231a |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A37C:2036DA:73A083:A5652F:6A549490 |
| html-safe-nonce | 9dc57dda523e6269fa9a2e2a5a50ab4ce472caa0f78d3c9e7077aa4fc5ffd2ee |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMzdDOjIwMzZEQTo3M0EwODM6QTU2NTJGOjZBNTQ5NDkwIiwidmlzaXRvcl9pZCI6IjIwOTg1Nzk0MDQwOTk5ODI0ODAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 8d5304ee5f27a4a50fa497cd3bdc8447ed3dea93ee78fff55b9478b33b4841fe |
| hovercard-subject-tag | issue:4832491385 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/derek73/python-nameparser/274/issue_layout |
| twitter:image | https://opengraph.githubassets.com/5a01f255e494d978c0c76d892cdb830542756db94789c9bb7f362c73a44aabc0/derek73/python-nameparser/issues/274 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/5a01f255e494d978c0c76d892cdb830542756db94789c9bb7f362c73a44aabc0/derek73/python-nameparser/issues/274 |
| og:image:alt | The maiden attribute is currently populated only by delimiter routing (e.g. moving parenthesis into maiden_delimiters for the "Jane Smith (Jones)" convention). But the dominant convention across la... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | derek73 |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/derek73/python-nameparser git https://github.com/derek73/python-nameparser.git |
| octolytics-dimension-user_id | 18306 |
| octolytics-dimension-user_login | derek73 |
| octolytics-dimension-repository_id | 18353524 |
| octolytics-dimension-repository_nwo | derek73/python-nameparser |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 18353524 |
| octolytics-dimension-repository_network_root_nwo | derek73/python-nameparser |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f8cfff6384f62259baea531c7f58bc7040f8dd92 |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width