Skip to content

[Bug] Parses following address incorrectly "'4505 ravenwood pl union city ga" #28

@Restuta

Description

@Restuta

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions