Open Restuta opened 5 years ago
The issue is that it's parsing ltr, while the post office suggestion for parsers is rtl. It breaks on "100 West Valley Stream Blvd" returning "100 W Vly". If it was parsing RTL properly it would pick up type blvd and set it, see type Stream and type is set, so it should append it to the street name, see type Valley and type is set, so it should append it to the street name.
Parsing of
4505 ravenwood pl union city ga
results inwhile it should be
Adding
,
after street name helps, but it's not always possible.