Cargo Features
lindera-dictionary has no features set by default.
[dependencies]
lindera-dictionary = { version = "0.32.2", features = ["ipadic", "ipadic-neologd", "unidic", "ko-dic", "cc-cedict", "compress"] }
- default
-
No directories included
- ipadic
-
Include Japanese dictionary (IPADIC)
Enables ipadic of lindera-ipadic ^0.32.2
- ipadic-neologd
-
Include Japanese dictionary (IPADIC NEologd)
Enables ipadic-neologd of lindera-ipadic-neologd ^0.32.2
- unidic
-
Include Japanese dictionary (UniDic)
Enables unidic of lindera-unidic ^0.32.2
- ko-dic
-
Include Korean dictionary (ko-dic)
Enables ko-dic of lindera-ko-dic ^0.32.2
- cc-cedict
-
Include Chinese dictionary (CC-CEDICT)
Enables cc-cedict of lindera-cc-cedict ^0.32.2
- compress
-
Compress dictionaries
Enables compress of lindera-cc-cedict ^0.32.2, lindera-ipadic ^0.32.2, lindera-ipadic-neologd ^0.32.2, lindera-ko-dic ^0.32.2, and lindera-unidic ^0.32.2
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?
-
Enables lindera-cc-cedict ^0.32.2
- lindera-ipadic compress? ipadic?
-
Enables lindera-ipadic ^0.32.2
- lindera-ipadic-neologd compress? ipadic-neologd?
-
Enables lindera-ipadic-neologd ^0.32.2
- lindera-ko-dic compress? ko-dic?
-
Enables lindera-ko-dic ^0.32.2
- lindera-unidic compress? unidic?
-
Enables lindera-unidic ^0.32.2