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)
- ipadic-neologd
-
Include IPADIC NEologd dictionary (Japanese)
Enables ipadic-neologd of lindera
- unidic
-
Include UniDic dictionary (Japanese)
- ko-dic cjk
-
Include ko-dic dictionary (Korean)
- cc-cedict cjk
-
Include CC-CEDICT dictionary (Chinese)
- compress cjk
-
Compress dictionaries
- cjk default = cc-cedict, compress, ipadic, ko-dic
-
Include IPADIC dictionary (Japanese), ko-dic dictionary (Korean), CC-CEDICT dictionary (Chinese), and compress dictionaries