Cargo Features

lindera-dictionary has no features set by default.

[dependencies]
lindera-dictionary = { version = "0.30.0", features = ["ipadic", "ipadic-neologd", "unidic", "ko-dic", "cc-cedict", "compress"] }
default

No directories included

ipadic

Include Japanese dictionary (IPADIC)

Enables ipadic of lindera-ipadic

ipadic-neologd

Include Japanese dictionary (IPADIC NEologd)

Enables ipadic-neologd of lindera-ipadic-neologd

unidic

Include Japanese dictionary (UniDic)

Enables unidic of lindera-unidic

ko-dic

Include Korean dictionary (ko-dic)

Enables ko-dic of lindera-ko-dic

cc-cedict

Include Chinese dictionary (CC-CEDICT)

Enables cc-cedict of lindera-cc-cedict

compress

Compress dictionaries

Enables compress of lindera-cc-cedict, lindera-ipadic, lindera-ipadic-neologd, lindera-ko-dic, and lindera-unidic

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

lindera-cc-cedict cc-cedict? compress?
lindera-ipadic compress? ipadic?
lindera-ipadic-neologd compress? ipadic-neologd?
lindera-ko-dic compress? ko-dic?
lindera-unidic compress? unidic?