We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4623fce commit 503c96dCopy full SHA for 503c96d
NEWS.md
@@ -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
19
# 0.7.92
20
21
https://github.com/spellcheck-ko/hunspell-dict-ko/releases/tag/0.7.92
config.py
@@ -1,6 +1,6 @@
# 사전 빌드 타임 설정
-version = '0.7.92'
+version = '0.7.93'
# 필요한 최소 hunspell 버전.
# - 코드에서는 if config.required_hunspell_version >= (1,2,14): 와 같이
0 commit comments