Skip to content

problems parsing full names when the string consists of 6 or more words #19

@namsor

Description

@namsor

Mario Alberto De La Cruz De La Cruz

Actual response:
{
  "script": "LATIN",
  "id": "be80f4a7-0f62-4294-ae66-8d9bda779926",
  "name": "Mario Alberto De La Cruz De La Cruz",
  "nameParserType": "FN1LN1",
  "nameParserTypeAlt": null,
  "firstLastName": null,
  "score": 0.0
}


Expected response:
{
  "script": "LATIN",
  "id": "be80f4a7-0f62-4294-ae66-8d9bda779926",
  "name": "Mario Alberto De La Cruz De La Cruz",
  "nameParserType": "FN1LNx",
  "nameParserTypeAlt": null,
  "firstLastName": {
    "script": null,
    "id": null,
    "firstName": "Mario Alberto",
    "lastName": "De La Cruz De La Cruz"
  },
  "score": 83.73693466191457
}

Alberto Salvador Del Cid Garcia Santos

Actual response:

{
  "script": "LATIN",
  "id": "0eb8eee8-cb15-41c6-a905-5893f4134e72",
  "name": "Alberto Salvador Del Cid Garcia Santos",
  "nameParserType": "FNxLNx",
  "nameParserTypeAlt": "FN1LN1",
  "firstLastName": null,
  "score": 0.0
}


Expected response:

{
  "script": "LATIN",
  "id": "0eb8eee8-cb15-41c6-a905-5893f4134e72",
  "name": "Alberto Salvador Del Cid Garcia Santos",
  "nameParserType": "FN2LNx",
  "nameParserTypeAlt": null,
  "firstLastName": {
    "script": null,
    "id": null,
    "firstName": "Alberto Salvador",
    "lastName": "Del Cid Garcia Santos"
  },
  "score": 100.0
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions