Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bab2min/Kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Mar 26, 2019
2 parents 35c340c + 7595088 commit a22ab52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Kiwi는 C++기반의 한국어 형태소 분석기 라이브러리입니다.
입력한 단어나 문장을 세종 품사 태그에 따라 분석하고 그 태그를 붙여줍니다.
분석기는 문어 텍스트의 경우 평균 94%의 정확도로 해당 텍스트를 분석해 낼 수 있습니다.

Kiwi는 C++기반으로 최적화되었으며 멀티스레딩을 지원하기에,
대량의 텍스트를 분석해야하는 경우 멀티코어를 활용하여 좀 더 빠르게 분석이 가능합니다.

### 사용

#### C++
Expand Down Expand Up @@ -54,6 +57,8 @@ https://github.com/bab2min/Kiwi/releases/tag/GUI_v0.6
전반적인 정확도 상승 (최소 89%에서 94%까지)

코퍼스에서 미등록 단어 추출 기능 추가

멀티스레딩 지원

* v0.6 : 검색 알고리즘 최적화로 인한 속도 향상 (분석 속도: 0.33MB/s)

Expand Down

0 comments on commit a22ab52

Please sign in to comment.