Expand description
Multilingual name romanization lookup tables.
Maps romanization variants to their canonical native-script key so that
Chen, Chan, and Tan all resolve to 陈.
Functions§
- get_
cluster_ info - Return
(language, forms_slice)for a canonical storage key, orNoneif unknown. - lookup_
all - Return the canonical key and all known variants for a name, or
Noneif unknown. - lookup_
candidates - Return all canonical keys that list this romanization as a variant.
- lookup_
key - Return the canonical script-form key for a name, or
Noneif unknown.