Menu

#2 Address Parsing

open
nobody
None
5
2014-08-14
2014-08-14
jp
No

I am trying to parse this address: "101 JFK Parkway Short Hills NJ 07078"

I would expect the parser to return: {PREDIR=null, NUMBER=101, STREET=JFK Parkway", CITY=Short Hills, STATE="NJ" , ZIP=07078}

But the parser returns: {PREDIR=null, NUMBER=101, STREET=JFK Parkway Short, TYPE=Hills, LINE2=null, CITY=NJ, ZIP=07078}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.