How can I tag collocations in Stanford NER? Currently it tags Federal Reserve Bank of New York as
<wi num="11" entity="ORGANIZATION">Federal</wi> <wi num="12" entity="ORGANIZATION">Reserve</wi> <wi num="13" entity="ORGANIZATION">Bank</wi> <wi num="14" entity="ORGANIZATION">of</wi> <wi num="15" entity="ORGANIZATION">New</wi> <wi num="16" entity="ORGANIZATION">York</wi>
I want it to be recognized as
<wi num="11" entity="ORGANIZATION">Federal Reserve Bank of New York</wi>
Is this possible?