Is it true that using full country name in free-form text address will gain better "Relevance" scoring as compared to using CountryISO3 code?
In one of the example that I observed. Case with country iso3 : Flat 1 Church Road, Liverpool, L37 8B,GBR
"Relevance": 0.88,
"MatchLevel": "houseNumber",
"MatchQuality": {
"Country": 1.0,
"City": 1.0,
"Street": [
1.0
],
"HouseNumber": 1.0,
"PostalCode": 0.98
},
Case with full country name : Flat 1 Church Road, Liverpool, L37 8B,united kingdom
"Relevance": 0.91,
"MatchLevel": "houseNumber",
"MatchQuality": {
"Country": 1.0,
"City": 1.0,
"Street": [
1.0
],
"HouseNumber": 1.0,
"PostalCode": 0.98
},