You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that some words are not romanized correctly and an epenthetic "n" is inserted incorrectly. For example, the word "호랑이" should be romanized as "horangi", not "horangni". This also matches the romanization obtained at http://roman.cs.pusan.ac.kr/input_eng.aspx
This issue seems to come from 'standardizePronunciation'.
And I found some extra cases.
// 단일 형태소는 ㄴ첨가가 일어나지 않음expect(standardizePronunciation('호랑이')).toBe('호랑이');//but 호랑니expect(standardizePronunciation('공이')).toBe('공이');// but 공니// ㄴㄴ 첨가expect(standardizePronunciation('나뭇잎')).toBe('나문닙');// but 나무십// 수의적 표현expect(standardizePronunciation('첫인상')).toBe('처딘상');// but 처신쌍
Bug description
It appears that some words are not romanized correctly and an epenthetic "n" is inserted incorrectly. For example, the word "호랑이" should be romanized as "horangi", not "horangni". This also matches the romanization obtained at http://roman.cs.pusan.ac.kr/input_eng.aspx
Expected behavior
Current:
Expected:
To Reproduce
No response
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: