Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Street Address can't parse following #46

Open
quentinjs opened this issue Feb 20, 2022 · 1 comment
Open

Street Address can't parse following #46

quentinjs opened this issue Feb 20, 2022 · 1 comment

Comments

@quentinjs
Copy link

quentinjs commented Feb 20, 2022

3015 POE RD., HOUSTON, TX 77051

Do I need to do something first, or is this something that can be corrected in the street parser?

Oh, the call I am making is
for sa in street_address.finditer(res):
res = sa.string
break

This is working for other addresses but first one it failed on. Also unlike RE, it stopped on a \n and ignored the next line. Do I need to pre-parse the text?

@quentinjs
Copy link
Author

failed to match on these as well
'10815 CANE GROVE LANE, HOUSTON, TX 77075'
'7119 ACACIA LANE, BAYTOWN, TX'
'14903 MOSSTEX DR., HUMBLE, TX 77396'
'10027 VICTORIA CHASE LN, HOUSTON, TX'
'6121 Grace Ln, Houston, TX 77021-3428'
'15003 DUNSTER LANE, CIIANNELVIEW, TX 77530'
'9702 RIDDLEWOOD LANE, HOUSTON, TX'
'{6010 WINCHMORE HILL, SPRING, TX 77379'
'3801 Leffingwell, Houston, Texas'
'9102 TARPON SPRINGS LANE, HOUSTON, TX'
'16915 MARLIN SPIKE WAY, CROSBY, TX'
'17415 SOLLY OAK PLACE, HUMBLE, TX 77396'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant