Name | Type | Description | Notes |
---|---|---|---|
script | String | [optional] | |
id | String | [optional] | |
explanation | String | [optional] | |
name | String | The input name. | [optional] |
nameParserType | NameParserTypeEnum | Name parsing is addressed as a classification problem, for example FN1LN1 means a first then last name order. | [optional] |
nameParserTypeAlt | NameParserTypeAltEnum | Second best alternative parsing. Name parsing is addressed as a classification problem, for example FN1LN1 means a first then last name order. | [optional] |
firstLastName | FirstLastNameOut | [optional] | |
score | Double | Higher score is better, but score is not normalized. Use calibratedProbability if available. | [optional] |
Name | Value |
---|---|
FN1LN1 | "FN1LN1" |
LN1FN1 | "LN1FN1" |
FN1LN2 | "FN1LN2" |
LN2FN1 | "LN2FN1" |
FN1LNX | "FN1LNx" |
LNXFN1 | "LNxFN1" |
FN2LN1 | "FN2LN1" |
LN1FN2 | "LN1FN2" |
FN2LN2 | "FN2LN2" |
LN2FN2 | "LN2FN2" |
FN2LNX | "FN2LNx" |
LNXFN2 | "LNxFN2" |
FNXLN1 | "FNxLN1" |
LN1FNX | "LN1FNx" |
FNXLN2 | "FNxLN2" |
LN2FNX | "LN2FNx" |
FNXLNX | "FNxLNx" |
LNXFNX | "LNxFNx" |
Name | Value |
---|---|
FN1LN1 | "FN1LN1" |
LN1FN1 | "LN1FN1" |
FN1LN2 | "FN1LN2" |
LN2FN1 | "LN2FN1" |
FN1LNX | "FN1LNx" |
LNXFN1 | "LNxFN1" |
FN2LN1 | "FN2LN1" |
LN1FN2 | "LN1FN2" |
FN2LN2 | "FN2LN2" |
LN2FN2 | "LN2FN2" |
FN2LNX | "FN2LNx" |
LNXFN2 | "LNxFN2" |
FNXLN1 | "FNxLN1" |
LN1FNX | "LN1FNx" |
FNXLN2 | "FNxLN2" |
LN2FNX | "LN2FNx" |
FNXLNX | "FNxLNx" |
LNXFNX | "LNxFNx" |