private void copy_from(DanishStemmer other) { I_x = other.I_x; I_p1 = other.I_p1; S_ch = other.S_ch; base.copy_from(other); }