We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
standardizePronunciation의 사이시옷과 관련해 오류가 있어 이슈 남깁니다.
깻잎을 깨십으로 변환하고, 나뭇잎을 나무십으로 변환합니다. 모든 사이시옷에 문제가 있나 확인해보니, 제30항의 하위 조항 중 3번에서만 문제가 발생합니다.
깻잎
깨십
나뭇잎
나무십
3. 사이시옷 뒤에 ‘이’ 음이 결합되는 경우에는 [ㄴㄴ]으로 발음한다.
expect(standardizePronunciation('베갯잇')).toBe('베겐닏') // 베개싣 expect(standardizePronunciation('깻잎')).toBe('깬닙') // 깨십 expect(standardizePronunciation('나뭇잎')).toBe('나문닙') // 나무십 expect(standardizePronunciation('도리깻열')).toBe('도리깬녈') // 도리깨셜 expect(standardizePronunciation('뒷윷')).toBe('뒨뉻') // 뒫슏
예시 출처: 한국어 어문 규범 제30항
No response
The text was updated successfully, but these errors were encountered:
@appletail 님 버그 제보 감사드립니다! 확인하여 수정하도록 하겠습니다!
Sorry, something went wrong.
po4tion
No branches or pull requests
Bug description
standardizePronunciation의 사이시옷과 관련해 오류가 있어 이슈 남깁니다.
깻잎
을깨십
으로 변환하고,나뭇잎
을나무십
으로 변환합니다.모든 사이시옷에 문제가 있나 확인해보니, 제30항의 하위 조항 중 3번에서만 문제가 발생합니다.
3. 사이시옷 뒤에 ‘이’ 음이 결합되는 경우에는 [ㄴㄴ]으로 발음한다.
Expected behavior
예시 출처: 한국어 어문 규범 제30항
To Reproduce
No response
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: