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}