-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels