Address Identifier Scoring

Key

Description

AI_CITY

A scoring flag indicating that the city was not found.

AI_CD

A scoring flag indicating that the city district was not found.

AI_STREET

A scoring flag indicating that the street was not found.

AI_SN

A scoring flag indicating that the street number was not found.

AI_LRN

A scoring flag indicating that the land registry number was not found.

AI_PC

A scoring flag indicating that the ZIP code was not found.

AI_CITY_STREET

A scoring flag indicating that the combination of input city and street does not exist.

AI_STREET_SN

A scoring flag indicating that the combination of input street and street number does not exist.

AI_CITY_LRN

A scoring flag indicating that the combination of input city and land registry number does not exist.

AI_PC_CITY

A scoring flag indicating that the combination of input ZIP and city does not exist.

AI_CITY_CD

A scoring flag indicating that the combination of input city and city district does not exist.

AI_PC_CITY_STREET

A scoring flag indicating that the combination of input ZIP, city and street does not exist.

AI_CITY_CD_STREET

A scoring flag indicating that the combination of input city, city district and street does not exist.

AI_CITY_STREET_SN

A scoring flag indicating that the combination of input city, street and street number does not exist.

AI_PC_CITY_CD

A scoring flag indicating that the combination of input ZIP, city district and city district does not exist.

AI_NOT_VERIFIED

A scoring flag indicating that the city cannot be verified (city code cannot be determined).

AI_NO_ADDRESS

A scoring flag indicating that none of the address components can be recognized - the parser cannot find any matching template.

AI_NO_ADDRESS_ID

A scoring flag indicating that the address ID cannot be identified (i.e. addressId = null).

AI_NO_PATTERN

A scoring flag indicating that none of the parsing rules match the input.

AI_ID_MISMATCH

A scoring flag indicating that the address point is identified, but one of the components does not correspond to the address, usually caused by inconsistency between the street number and the land registry number.

AI_SWAP_LRN_SN

A scoring flag indicating that the land registry number and street number were switched during the identification as opposed to the found rule. The step found out that switching of the land registry number and street number would cause better address identification. If the identification finished successfully, the components were actually switched in the input. In case of unsuccessful identification, the components were switched in the input with a high probability. In both cases, the result components are switched in comparison with the input values.

AI_UNDECIDED_LRN_SN

A scoring flag indicating that the step cannot decide which combination of land registry number and street number is correct.

AI_STREET_REPL_PART

A scoring flag indicating that partial replacement of the street component value is applied.

AI_STREET_REPL_FULL

A scoring flag indicating that full replacement of the street component value is applied.

AI_LOCALITY_REPL_PART

A scoring flag indicating that partial replacement of the locality component value is applied.

AI_LOCALITY_REPL_FULL

A scoring flag indicating that full replacement of the locality component value is applied.

AI_LOCALITY_PART_REPL_PART

A scoring flag indicating that partial replacement of the locality part component value is applied.

AI_LOCALITY_PART_REPL_FULL

A scoring flag indicating that full replacement of the locality part component value is applied.

AI_POST_OFFICE_REPL_PART

A scoring flag indicating that partial replacement of the post office component value is applied.

AI_POST_OFFICE_REPL_FULL

A scoring flag indicating that full replacement of the post office component value is applied.

AI_CITY_PART_REPL_PART

A scoring flag indicating that partial replacement of the city part component value is applied.

AI_CITY_PART_REPL_FULL

A scoring flag indicating that full replacement of the city part component value is applied.

AI_DISTRICT_REPL_PART

A scoring flag indicating that partial replacement of the district component value is applied.

AI_DISTRICT_REPL_FULL

A scoring flag indicating that full replacement of the district component value is applied.

AI_ZIP_REPL_PART

A scoring flag indicating that partial replacement of the zip component value is applied.

AI_ZIP_REPL_FULL

A scoring flag indicating that full replacement of the zip component value is applied.

AI_DISTRICT_NULL

A scoring flag indicating that the input data does not contain a district component.

AI_LOCALITY_NULL

A scoring flag indicating that the input data does not contain a locality component.

AI_LOCALITY_PART_NULL

A scoring flag indicating that the input data does not contain a locality part component.

AI_STREET_NULL

A scoring flag indicating that the input data does not contain a street component.

AI_LRN_NULL

A scoring flag indicating that the input data does not contain a local registry number component.

AI_SN_NULL

A scoring flag indicating that the input data does not contain a street number component.

AI_ZIP_NULL

A scoring flag indicating that the input data does not a contain ZIP component.

AI_POST_OFFICE_NULL

A scoring flag indicating that the input data does not contain a post office component.

AI_MUNICIPALITY_PART_NULL

A scoring flag indicating that the input data does not contain a municipality part component.

AI_STREET_MISSING

A scoring flag indicating that the locality contains a street network (determined from the input data and lookup dictionary) but the street is missing in the input. NOTE: this case may reflect the situation in which the input data reflects updated information about the street network, but the dictionary in DQC contain obsolete information.

AI_STREET_SURPLUS

A scoring flag indicating that the locality does not contain a street network and therefore the input street information is redundant. NOTE: this case may reflect the situation in which the input data reflects updated information about the street network, but the dictionary in DQC contain obsolete information.

AI_DISTRICT_CHANGED

A scoring flag indicating that the district name was changed.

AI_LOCALITY_CHANGED

A scoring flag indicating that the locality was changed.

AI_LOCALITY_PART_CHANGED

A scoring flag indicating that the locality part was changed.

AI_STREET_CHANGED

A scoring flag indicating that the street name was changed. E.g. 'Tída 1. máje' (in the input) is actually named '1. máje' (the official name).

AI_LRN_CHANGED

A scoring flag indicating that the land registry number was changed.

AI_SN_CHANGED

A scoring flag indicating that the street number was changed.

AI_ZIP_CHANGED

A scoring flag indicating that the ZIP was changed.

AI_POST_OFFICE_CHANGED

A scoring flag indicating that the post office name was changed.

AI_MUNICIPALITY_PART_CHANGED

A scoring flag indicating that the municipality part was changed.

AI_DISTRICT_SET

A scoring flag indicating that the district was found and replaced from the dictionary file.

AI_LOCALITY_SET

A scoring flag indicating that the locality was found and replaced from the dictionary file.

AI_LOCALITY_PART_SET

A scoring flag indicating that the locality part was found and replaced from the dictionary file.

AI_STREET_SET

A scoring flag indicating that the street was found and replaced from the dictionary file.

AI_LRN_SET

A scoring flag indicating that the land registry number was found and replaced from the dictionary file.

AI_SN_SET

A scoring flag indicating that the street number was found and replaced from the dictionary file.

AI_ZIP_SET

A scoring flag indicating that the ZIP was found and replaced from the dictionary file.

AI_POST_OFFICE_SET

A scoring flag indicating that the post office was found and replaced from the dictionary file.

AI_MUNICIPALITY_PART_SET

A scoring flag indicating that the municipality part was found and replaced from the dictionary file.

AI_AMBIG_CL

City and land registry number are not sufficient to uniquely identify address id.

AI_AMBIG_CL_CD

City and land registry number with city district are not sufficient to uniquely identify address id.

AI_AMBIG_CL_ZCD

City and land registry number with ZIP are not sufficient to uniquely identify address id.

AI_AMBIG_CS_N

City and street with street number are not sufficient to uniquely identify address id.

AI_AMBIG_SN_Q

Street and street number with city part are not sufficient to uniquely identify address id.

AI_AMBIG_ZCD_L

ZIP, city and city district with land registry number are not sufficient to uniquely identify address id.

AI_AMBIG_ZCS_L

ZIP, city and street with land registry number are not sufficient to uniquely identify address id.

AI_AMBIG_ZCS_N

ZIP, city and street with street number are not sufficient to uniquely identify address id.

AI_AMBIG_ZC_L

ZIP and city with land registry number are not sufficient to uniquely identify address id.


iWay Software