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