11 stable releases
Uses new Rust 2024
| new 3.0.5 | Apr 9, 2026 |
|---|---|
| 3.0.4 | Apr 8, 2026 |
| 2.3.4 | Mar 24, 2026 |
#2951 in Text processing
4,872 downloads per month
Used in 6 crates
(via lindera)
390KB
8K
SLoC
Lindera Jieba
Dictionary version
This repository contains mecab-jieba.
Dictionary format
| Index | Name (Chinese) | Name (English) | Notes |
|---|---|---|---|
| 0 | 表面形式 | Surface | |
| 1 | 左语境ID | Left context ID | |
| 2 | 右语境ID | Right context ID | |
| 3 | 成本 | Cost | |
| 4 | 词类 | Part-of-speech | |
| 5 | 併音 | Pinyin | |
| 6 | 繁体字 | Traditional | |
| 7 | 簡体字 | Simplified | |
| 8 | 定义 | Definition |
User dictionary format (CSV)
Simple version
| Index | Name (Chinese) | Name (English) | Notes |
|---|---|---|---|
| 0 | 表面形式 | Surface | |
| 1 | 词类 | Part-of-speech | |
| 2 | 併音 | Pinyin |
Detailed version
| Index | Name (Chinese) | Name (English) | Notes |
|---|---|---|---|
| 0 | 表面形式 | Surface | |
| 1 | 左语境ID | Left context ID | |
| 2 | 右语境ID | Right context ID | |
| 3 | 成本 | Cost | |
| 4 | 词类 | Part-of-speech | |
| 5 | 併音 | Pinyin | |
| 6 | 繁体字 | Traditional | |
| 7 | 簡体字 | Simplified | |
| 8 | 定义 | Definition | |
| 9 | - | - | After 9, it can be freely expanded. |
API reference
The API reference is available. Please see following URL:
Dependencies
~11–20MB
~423K SLoC