"and" causing issues
Opened this issue · 0 comments
Michael-Danese commented
Using pyap to parse addresses apart from names. Thank you for the work done as it is an amazing package.
Usually works great but when two names prepend the address it seems to falsely believe that the "and ExampleName" is part of the street.
Input: "ExampleName and ExampleName 111 Rock Rd Pittsboro, NC 1111"
Interestingly, using the "&" symbol seems to not cause this issue and works as expected.