Skip to content

Not able to get correct last name in certain pattern #37

@Jithu0106

Description

@Jithu0106

Not able to get correct last name in certain pattern

name = HumanName("Dr. Mark B. Cua, MD",constants=CONSTANTS)

If last name has more than 3 characters then it will predict last name correctly otherwise wrong

Result :
Prefix: Dr.
First Name: Mark
Middle Name:
Last Name: B.
Suffix: Cua, MD

Expected:
Prefix: Dr.
First Name: Mark
Middle Name: B.
Last Name: Cua
Suffix: MD

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions