Parsing of 4505 ravenwood pl union city ga results in
{
"number": "4505",
"street": "ravenwood pl",
"type": "Un",
"city": "city",
"state": "ga"
}
while it should be
{
"number": "4505",
"street": "ravenwood",
"type": "pl",
"city": "union city",
"state": "ga"
}
Adding , after street name helps, but it's not always possible.
Parsing of
4505 ravenwood pl union city garesults inwhile it should be
Adding
,after street name helps, but it's not always possible.