Skip to content

author last name "de Lhoneux" incorrectly uppercased to "De Lhoneux"? #171

Description

@nschneid

As reported by @mdelhoneux in acl-org/acl-anthology#3208

I wonder if

if len(last_name)>2:
last_name = " ".join([n[0].upper() + n[1:].lower() if (n==n.upper() or n==n.lower()) else n for n in last_name.split(" ")])

might be the culprit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions