Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min authored Nov 26, 2020
1 parent d728373 commit f62f3b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ https://github.com/bab2min/kiwi-gui 에서 다운받을 수 있습니다.

특정 상황에서 결합조건이 무시되던 문제를 해결

* v0.9 : `default.dict`에 포함된 활용형 단어 때문에 발생하는 오분석 수정

custom allocator에서 발생하는 멀티스레딩 메모리 누수 해결

mimalloc과 연동가능하도록 옵션 추가 (-DUSE_MIMALLOC)

형태소 탐색 시 조사/어미의 결합조건을 미리 고려하도록 변경, 속도 개선

일부 명사(`전랑` 처럼 받침 + 랑으로 끝나는 미등재 명사) 입력시 분석이 실패하는 버그 수정

공백문자만 포함된 문자열 입력시 분석결과가 `/UN`로 잘못나오는 문제 수정

## 품사 태그

세종 품사 태그를 기초로 하되, 일부 품사 태그를 추가/수정하여 사용하고 있습니다.
Expand Down

0 comments on commit f62f3b9

Please sign in to comment.