fix: ㄴ/ㄹ 덧나는 현상에 부가 조건을 추가합니다. #351
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
fix #320
fix #318
2건의 이슈를 해결하는 PR입니다.
ㄴ/ㄹ 덧나는 현상을 처리하는 로직에 부가 조건을 추가하여 보완하였습니다.
부가 조건
대부분의 'ㄴ/ㄹ 첨가'는 [아, 어, 오, 우] 계열처럼 명확한 음절 경계가 생길 때 발생하므로, ㄴ/ㄹ이 되는 조건이지만, 다음 음절이 정확히 받침이 없는 "이"로 시작하는 경우에는 ㄴ/ㄹ이 덧나지 않도록 처리하였습니다.
#341 에서 ㄴ/ㄹ 로직을 수정하고 있기에, 해당 PR이 종료된 후에 현재 PR과 병합하여 추가적으로 수정하겠습니다.
PR Checklist