Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: ㄴ/ㄹ 덧남 working wrong on some words #320

Open
gs18004 opened this issue Jan 25, 2025 · 2 comments
Open

[Bug]: ㄴ/ㄹ 덧남 working wrong on some words #320

gs18004 opened this issue Jan 25, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@gs18004
Copy link
Contributor

gs18004 commented Jan 25, 2025

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

expect(standardizePronunciation('호랑이')).toBe('호랑이'); // but 호랑니
expect(standardizePronunciation('개구쟁이')).toBe('개구쟁이'); // but 개구쟁니
expect(standardizePronunciation('손잡이')).toBe('손자비'); // but 손짬니

To Reproduce

No response

Possible Solution

No response

etc.

No response

@gs18004 gs18004 added the bug Something isn't working label Jan 25, 2025
@okinawaa
Copy link
Member

okinawaa commented Feb 6, 2025

재현되는 문제네요 발견 및 분석해주셔서 너무 감사해요.
@po4tion 님 이 부분 수정해주실 수 있나요?

@po4tion
Copy link
Collaborator

po4tion commented Feb 6, 2025

@okinawaa 넵 수정하도록 하겠습니다
@gs18004 오류 제보 감사드립니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants