mCandidateClone.add(new Morpheme("아", POSTag.ECS));
mCandidateClone.addHavingCond(Condition.AH);
} else if( preLastCh == '푸' ) {
exp = stem + "러";
mCandidateClone.add(new Morpheme("어", POSTag.ECS));
mCandidateClone.addHavingCond(Condition.AH);
} else {
mo = getMoeum(lastHg, preLastHg);
exp = stem.substring(0, stemLen - 2)
+ Hangul.combine(preLastHg.cho, preLastHg.jung, 'ㄹ')
+ Hangul.combine(lastHg.cho, mo, ' ');