Skip to content

Commit

Permalink
Update version & documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Oct 18, 2024
1 parent 0c30590 commit 0456c9b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion document/document_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<a class="homelink" rel="home" title="kiwipiepy Home" href="/kiwipiepy" style="display:block; font-size:2em; font-weight:bold; color:#555; padding-bottom:.5em; border-bottom:1px solid silver;"> <img src="/kiwipiepy/logo.png" alt="" style="height:1.5em;"> kiwipiepy </a>
<!--a id='lang-en' href="../en/index.html">English</a--> <a id='lang-kr' href="../kr/index.html">한국어</a>
<div id="version-link">
<span>v0.19.0</span>
<span>v0.19.1</span>
<ul>
<li><a href='/kiwipiepy/v0.19.1/kr'>v0.19.1</a></li>
<li><a href='/kiwipiepy/v0.19.0/kr'>v0.19.0</a></li>
<li><a href='/kiwipiepy/v0.18.1/kr'>v0.18.1</a></li>
<li><a href='/kiwipiepy/v0.18.0/kr'>v0.18.0</a></li>
Expand Down
2 changes: 1 addition & 1 deletion kiwipiepy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.0'
__version__ = '0.19.1'
7 changes: 7 additions & 0 deletions kiwipiepy/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,13 @@ Python 모듈 관련 오류는 https://github.com/bab2min/kiwipiepy/issues, 형

역사
----
* 0.19.0 (2024-10-19)
* Kiwi 0.19.1의 기능들(https://github.com/bab2min/Kiwi/releases/tag/v0.19.1 )이 반영되었습니다.
* 앞쪽의 특수 문자가 형태소와 잘못 결합하여 분석되는 버그 수정
* 오타 교정을 켠 상태에서 PretokenizedSpan 혹은 blocklist를 사용할때 오류가 발생하는 버그 수정
* XSM 태그가 종종 접두사 위치에 등장하는 버그 수정
* `서툰`, `내민` 등의 형태가 명사로 잘못 분석되는 버그 수정

* 0.19.0 (2024-10-03)
* Kiwi 0.19.0의 기능들(https://github.com/bab2min/Kiwi/releases/tag/v0.19.0 )이 반영되었습니다.
* 장음화 오타 정정 기능 추가(ex: 지인짜 -> 진짜). Kiwi 초기화 시 typos='lengthening' 옵션으로 사용 가능합니다.
Expand Down

0 comments on commit 0456c9b

Please sign in to comment.