You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add German/Dutch prefixes and German title/degree suffixes
Closes#18. Adds prefixes (aan, aen, auf, dem, freiherr, freiherrin,
heer, het, op, te, tho, thoe, vande, vd) and titles/suffixes (Dipl.-Ing.,
FH-Prof., Gräfin, Me., PD, Priv.-Doz., RA, Univ.Prof., WP, ba, bsc, meng,
stb, MdB/MdL/MdEP/MdA/MdHB/MdBB) that don't collide with existing
English-language parsing.
Also fixes join_on_conjunctions() to register a conjunction-merged piece
(e.g. "von" + "und" + "zu") as a prefix too, mirroring the existing
title-handling, so multi-word prefix chains like German "von und zu"
bridge correctly into the last name instead of getting stranded in the
middle name.
Deliberately left out short, high-frequency English words (to, in, an,
then, ten) that collide with common Korean/Vietnamese given-name
syllables in the middle-token position, and bare "v" as a prefix, which
collides with ordinary Western middle initials.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments