@Override
 public void reset() throws IOException {
   super.reset();
   morphQueue.clear();
   currentState = null;
 }