-
Notifications
You must be signed in to change notification settings - Fork 79
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
모두의 말뭉치: 형태 분석 말뭉치 loader #126
Conversation
Korpora/korpus_modu_morpheme.py
Outdated
return examples | ||
|
||
|
||
def load_modu_ne(paths): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
load_modu_morpheme
의 오타겠지요?
수정 커밋 해두겠습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오타 교정 감사합니다
Korpora/korpus_modu_morpheme.py
Outdated
'VX': '보조용언', | ||
'VCP': '긍정지정사', | ||
'VCN': '부정지정사', | ||
'MMA': '관형사', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
국립국어원 태그표에 따르면 성상 관형사
로 해야 정확할거 같습니다. 수정 커밋해둘게요.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정 확인했습니다. 감사합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테스트 결과 이상없이 동작함을 확인했습니다.
고생 많으셨어요!
Pull Request
Korpora에 기여해 주셔서 감사합니다.
해당 Pull Request를 제출하기 전에 아래 사항이 완료되었는지 확인 부탁드립니다:
Korpora/test
)1. 해당 PR은 어떤 내용인가요?
형태 분석 말뭉치의 loader 와 사용법
2. PR과 관련된 이슈가 있나요?
#103, #122