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
ㄴ/ㄹ 덧남 does not work properly on some words such as "호랑이".
"호랑이" is neither a compound word(합성어) nor a derived word(파생어), so ㄴ/ㄹ 덧남 should not be applied in this case.
There should be a function to check whether a word is a compound word or a derived word.
Expected behavior
expect(standardizePronunciation('호랑이')).toBe('호랑이');// but 호랑니expect(standardizePronunciation('개구쟁이')).toBe('개구쟁이');// but 개구쟁니expect(standardizePronunciation('손잡이')).toBe('손자비');// but 손짬니
To Reproduce
No response
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered:
Bug description
ㄴ/ㄹ 덧남 does not work properly on some words such as "호랑이".
"호랑이" is neither a compound word(합성어) nor a derived word(파생어), so ㄴ/ㄹ 덧남 should not be applied in this case.
There should be a function to check whether a word is a compound word or a derived word.
Expected behavior
To Reproduce
No response
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: