@Override
 public SepTermState clone() {
   SepTermState other = new SepTermState();
   other.copyFrom(this);
   return other;
 }