국립국어원 회신 반영 — 제51항 쌍점, 제8·10항 자모 앞 부호 - #195
Merged
Merged
Conversation
Two of the three inquiries settled a rule the corpus alone could not. - 51: the colon is written with a following blank except where 한글 맞춤법 uses it to separate hours from minutes and the like, or in place of the bound noun 대. Only a balanced pair of short Korean items reads as that contrast (청군:백군); a heading and its content (관계다:그래티튜드) takes the blank. - 8/10: the 456 prefix belongs to a foreign pronunciation written in Hangul and to the old-script consonant, not to every jamo that print attaches to a word. A jamo outside a bracketed pronunciation takes the 온표. The third answer confirmed the encoder already matched: a contraction may stand before the Article 11 separator, and the multiplication sign attaches to a number carrying a particle. Corpus 454,899 -> 454,948; rule fixtures stay 5,141/5,141.
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
Contributor
Braillify testcase report
Command: |
The third ruling said to look at whether the Korean beside the sign is a term of the expression or a particle that has nothing to do with it, rather than at whether the side is Korean at all. So decide the two blanks separately: a Korean term takes its blank even when the other side is a bare number (`지역번호+120`), and a number carrying a particle is not a term, so neither side takes one (`반지름×3.14이다`, the Article 46 example). Corpus 454,948 -> 454,990.
Contributor
Changepacksbraillify@2.1.2 → 2.2.0 - libs/braillify/Cargo.tomlMinor
braillify-c@0.1.2 → 0.2.0 - packages/c/Cargo.tomlMinor
Braillify@2.1.2 → 2.2.0 - packages/dotnet/Braillify/Braillify.csprojMinor
BraillifyNet@2.1.2 → 2.2.0 - packages/dotnet/BraillifyNet/BraillifyNet.csprojMinor
braillify@2.1.2 → 2.2.0 - packages/node/package.jsonMinor
braillify@2.1.2 → 2.2.0 - packages/python/pyproject.tomlMinor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
요약
국립국어원 점자상담 게시판에 올린 질의 세 건(334, 335, 336)에 답변이 와서 그대로 반영했습니다.
규정 fixture 는 5,141 / 5,141 그대로입니다.
반영한 회신
제51항 쌍점 (질의 335)
즉 한글 사이의 쌍점은 원칙이 "뒤를 띄움" 이고, 붙이는 것은 대비(
청군:백군)일 때뿐입니다.다섯 판본 전수 대조도 같은 방향이었습니다.
붙여 적힌 12건은 모두 숫자 비율 뒤에 항목 이름을 괄호로 푼 자리(
66:34(남성:여성),2:3:3:2(대의원:책임당원:일반국민:여론조사))로, 회신이 말한 (4) '대' 대신입니다.띄어 적힌 137건은 표제·부제·설명(
회장:감경철,헝거게임:모킹제이,자료:미래부)입니다.그래서 대비 쌍을 두 항목이 대등한 짧은 쌍으로 좁히고, 그렇지 않으면 본문대로
뒤를 띄웁니다.
제8·10항 자모 앞 부호 (질의 332)
456점은 발음 표기와 옛 글자에만 쓴다는 뜻입니다. 그동안은 "낱말 첫 글자가
아니면 456점"이라는 위치 기준을 쓰고 있었는데, 제10항의 예가 모두
[ㅅ떠디이]처럼발음 표기를 대괄호로 묶으므로 그 묶음 안의 자모만 456점으로 적도록 바꿨습니다.
글머리 자모(
ㅇ정원은)와 말 중간에 붙은 자모는 온표를 씁니다.제46항 연산 기호의 띄어쓰기 (질의 336)
그동안은 양쪽이 모두 한글일 때만 기호 앞뒤를 띄웠습니다. 그래서 괄호 안의
콜센터(지역번호+120)로는 양쪽을 다 붙여 참조와 어긋났습니다.회신대로 기호의 앞뒤를 각각 그 쪽 피연산자가 항인지 보고 정하도록 바꿨습니다.
조사가 붙은 쪽은 항이 아니고(
3.14이다), 한글이 하나도 없는 순수 숫자는 항입니다(
120). 규정 제46항의 예반지름×3.14이다는 그대로 양쪽을 붙입니다.같은 결함이
2020년=100,1bp=0.01%에서도 재현되었고 함께 고쳐졌습니다.확인만 된 회신 (질의 334)
조항이므로, 오독의 여지가 없다면 약자를 사용하는 것이 바른 표기"라는 답을
받았습니다.
나예를⠉⠤⠌로 적는 현재 처리가 맞습니다. 같은 답에서 짚어 주신제12항(
소홱/소화액)도 이미 구분표로 갈라 적고 있습니다.검증
cargo test --release -p braillify— 4,932 + 541 통과, 실패 0cargo clippy --release -p braillify --all-targets -- -D warnings통과