The Input Address
What string are you having an issue with?
"4930 Mesa Bonita San Antonio, TX 78218"
Current Output
What is the parser currently returning?
usaddress.parse(s)
[('4930', 'AddressNumber'), ('Mesa', 'StreetName'), ('Bonita', 'PlaceName'), ('San', 'PlaceName'), ('Antonio,', 'PlaceName'), ('TX', 'StateName'), ('78218', 'ZipCode')]
Expected Ouput
What are you expecting the parser to return?
San Antonio should be the place name, while Mesa Bonita should be the street name
I have verified this with the most recent version (v0.5.15)
The Input Address
What string are you having an issue with?
"4930 Mesa Bonita San Antonio, TX 78218"
Current Output
What is the parser currently returning?
Expected Ouput
What are you expecting the parser to return?
San Antonio should be the place name, while Mesa Bonita should be the street name
I have verified this with the most recent version (v0.5.15)