Lindera SudachiDict

Dictionary version

This repository contains SudachiDict 20260723 (small + core + notcore lexicons).

Dictionary format

Refer to the SudachiDict documentation for details on the dictionary format and part-of-speech tags.

IndexName (Japanese)Name (English)Notes
0表層形Surface
1左文脈IDLeft context ID
2右文脈IDRight context ID
3コストCost
4見出し(解析結果表示用)Display surface
5品詞大分類Part-of-speech
6品詞中分類Part-of-speech subcategory 1
7品詞小分類Part-of-speech subcategory 2
8品詞細分類Part-of-speech subcategory 3
9活用型Conjugation type
10活用形Conjugation form
11読みReading
12正規化表記Normalized form
13辞書形IDDictionary form word ID
14分割タイプSplit modeA/B/C
15A単位分割情報Split references (A)
16B単位分割情報Split references (B)
17語構成Word structure
18同義語グループIDSynonym group IDs

[!NOTE] Because the display surface sits at index 4 (before the part-of-speech columns), the first token detail is the display surface -- not the part-of-speech as in IPADIC or UniDic. Token filters that read the leading details positionally as part-of-speech tags (japanese_stop_tags, japanese_keep_tags, japanese_compound_word) do not match as expected with this dictionary; schema-aware access such as token.get("part_of_speech") works correctly. See lindera/lindera#997.

User dictionary format (CSV)

Simple version

IndexName (Japanese)Name (English)Notes
0表層形Surface
1品詞大分類Part-of-speech
2読みReading

Detailed version

The detailed version follows the dictionary format above (19 columns).

IndexName (Japanese)Name (English)Notes
0-18-Same as the dictionary format
19--After 19, it can be freely expanded.

API reference

The API reference is available. Please see following URL: