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]: standardizePronunciation 사이시옷 오류 발생 #327

Open
appletail opened this issue Feb 20, 2025 · 1 comment
Open

[Bug]: standardizePronunciation 사이시옷 오류 발생 #327

appletail opened this issue Feb 20, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@appletail
Copy link

appletail commented Feb 20, 2025

Bug description

standardizePronunciation의 사이시옷과 관련해 오류가 있어 이슈 남깁니다.

깻잎깨십으로 변환하고, 나뭇잎나무십으로 변환합니다.
모든 사이시옷에 문제가 있나 확인해보니, 제30항의 하위 조항 중 3번에서만 문제가 발생합니다.

  • 제30항 3번 조항
    3. 사이시옷 뒤에 ‘이’ 음이 결합되는 경우에는 [ㄴㄴ]으로 발음한다.

Expected behavior

expect(standardizePronunciation('베갯잇')).toBe('베겐닏')  // 베개싣
expect(standardizePronunciation('깻잎')).toBe('깬닙')  // 깨십
expect(standardizePronunciation('나뭇잎')).toBe('나문닙')  // 나무십
expect(standardizePronunciation('도리깻열')).toBe('도리깬녈')  // 도리깨셜
expect(standardizePronunciation('뒷윷')).toBe('뒨뉻')  // 뒫슏

예시 출처: 한국어 어문 규범 제30항

To Reproduce

No response

Possible Solution

No response

etc.

No response

@appletail appletail added the bug Something isn't working label Feb 20, 2025
@po4tion po4tion self-assigned this Mar 10, 2025
@po4tion
Copy link
Collaborator

po4tion commented Mar 10, 2025

@appletail 님 버그 제보 감사드립니다! 확인하여 수정하도록 하겠습니다!

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

2 participants