mCandidateClone.add(new Morpheme("ㄴ", POSTag.ETD));
exp = preStem + Hangul.combine(lastHg.cho, lastHg.jung, 'ㄴ');
mCandidateClone.setExp(exp);
mCandidateClone.setAutoExtd(true);
mCandidateClone.clearHavingCondition();
mCandidateClone.initHavingCond(exp);
mCandidateClone.setRealDicLen((byte)exp.length());
ret.add(mCandidateClone);
mCandidateClone = mCandidate.copy();
exp = preStem + Hangul.combine(lastHg.cho, lastHg.jung, 'ㄹ');