Skip to content

Commit 503c96d

Browse files
committed
버전 0.7.93
1 parent 4623fce commit 503c96d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.7.93
2+
3+
https://github.com/spellcheck-ko/hunspell-dict-ko/releases/tag/0.7.93
4+
5+
## 변경 사항
6+
7+
- 국립국어원 단어 데이터 업데이트
8+
- 2023년 5월 1일 기준
9+
10+
- 데이터 정리
11+
- 이스터에그 정보 제거 - 너무 긴 단어로 문제 발생
12+
- 조사 정보 이제 하드 코딩하지 않고 단어 데이터에서 추출된 정보 사용
13+
14+
- 기타
15+
- 다시 최근 버전 PyYAML에서 동작하도록 스크립트 바로잡음. 이제 Loader= arg가 없으면
16+
동작하지 않음.
17+
- 문서 업데이트
18+
119
# 0.7.92
220

321
https://github.com/spellcheck-ko/hunspell-dict-ko/releases/tag/0.7.92

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 사전 빌드 타임 설정
22

3-
version = '0.7.92'
3+
version = '0.7.93'
44

55
# 필요한 최소 hunspell 버전.
66
# - 코드에서는 if config.required_hunspell_version >= (1,2,14): 와 같이

0 commit comments

Comments
 (0)