Short answer: no, because then you couldn't tell whether its the "items" prefix with empty token, or empty prefix with "items" token (right, it's the latter).
Long answer: yes, but not with PlaceTokenizers (implementing your own PlaceHistoryMapper; or with a catch-all PlaceTokenizer with the empty prefix), you'll have to implement your own "dispatch" (parsing) logic.