We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5e93b commit d1f2749Copy full SHA for d1f2749
1 file changed
nameparser/_lexicon.py
@@ -157,7 +157,8 @@ class Lexicon:
157
#: one reads as given and records a particle-or-given ambiguity
158
#: ("Van Johnson").
159
particles_ambiguous: frozenset[str] = frozenset()
160
- #: Words that join surrounding pieces into one ("y", "and", "и").
+ #: Words or characters that join surrounding pieces into one
161
+ #: ("and", "&", "y", "и").
162
conjunctions: frozenset[str] = frozenset()
163
#: Given-name prefixes that bind to the following word to form one
164
#: given name ("abdul" -> "Abdul Salam"); never standalone names.
0 commit comments