Cargo Features

[dependencies]
lindera-wasm = { version = "0.40.2", default-features = false, features = ["ipadic", "ipadic-neologd", "unidic", "ko-dic", "cc-cedict", "compress", "cjk"] }
default = cjk

No directories included

ipadic cjk

Include IPADIC dictionary (Japanese)

Enables ipadic of lindera

ipadic-neologd

Include IPADIC NEologd dictionary (Japanese)

Enables ipadic-neologd of lindera

unidic

Include UniDic dictionary (Japanese)

Enables unidic of lindera

ko-dic cjk

Include ko-dic dictionary (Korean)

Enables ko-dic of lindera

cc-cedict cjk

Include CC-CEDICT dictionary (Chinese)

Enables cc-cedict of lindera

compress cjk

Compress dictionaries

Enables compress of lindera

cjk default = cc-cedict, compress, ipadic, ko-dic

Include IPADIC dictionary (Japanese), ko-dic dictionary (Korean), CC-CEDICT dictionary (Chinese), and compress dictionaries